summaryrefslogtreecommitdiffstats
path: root/application/controllers/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/file.php')
-rw-r--r--application/controllers/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/file.php b/application/controllers/file.php
index 7984aa066..01836258a 100644
--- a/application/controllers/file.php
+++ b/application/controllers/file.php
@@ -575,7 +575,7 @@ class File extends CI_Controller {
if ($file['error'] !== UPLOAD_ERR_OK) {
$this->output->set_status_header(400);
- // ERR_OK only for completeness, if above ignores it
+ // ERR_OK only for completeness, condition above ignores it
$errors = array(
UPLOAD_ERR_OK => "There is no error, the file uploaded with success",
UPLOAD_ERR_INI_SIZE => "The uploaded file exceeds the upload_max_filesize directive in php.ini",