From 0ecc06220733d180c181eb0133b10e66d509658c Mon Sep 17 00:00:00 2001 From: Robin Sowell Date: Sun, 30 Jan 2011 16:47:43 -0500 Subject: Filemanger stuff and nuked a persisting flash cookie on login. --- system/libraries/Upload.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/libraries/Upload.php') diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 4ccc032e9..97343a1ff 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -142,7 +142,8 @@ class CI_Upload { */ public function do_upload($field = 'userfile') { - // Is $_FILES[$field] set? If not, no reason to continue. + + // Is $_FILES[$field] set? If not, no reason to continue. if ( ! isset($_FILES[$field])) { $this->set_error('upload_no_file_selected'); -- cgit v1.2.3-24-g4f1b