From 0dcf75f96591d04b8aeff421133d05599d4f9a27 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 4 Oct 2010 04:42:54 +0000 Subject: [PATCH] MINOR Update function doc for Upload::isValidExtension() (from r101053) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111575 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- filesystem/Upload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/filesystem/Upload.php b/filesystem/Upload.php index cc7e2249f..53fd81268 100644 --- a/filesystem/Upload.php +++ b/filesystem/Upload.php @@ -433,6 +433,7 @@ class Upload_Validator { /** * Determines if the temporary file has a valid extension + * An empty string in the validation map indicates files without an extension. * @return boolean */ public function isValidExtension() {