diff options
author | Robin Sowell <robin.sowell@ellislab.com> | 2011-01-30 22:47:43 +0100 |
---|---|---|
committer | Robin Sowell <robin.sowell@ellislab.com> | 2011-01-30 22:47:43 +0100 |
commit | 0ecc06220733d180c181eb0133b10e66d509658c (patch) | |
tree | a4764dacc6fcaf03e4b8654ed8fca335417df4ba /system/libraries/Upload.php | |
parent | 53223c30a1c42bebaa9d35ac78b2d5d7dec807d5 (diff) |
Filemanger stuff and nuked a persisting flash cookie on login.
Diffstat (limited to 'system/libraries/Upload.php')
-rw-r--r-- | system/libraries/Upload.php | 3 |
1 files changed, 2 insertions, 1 deletions
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'); |