From 9c0ca4d33b6571c969ac5084da6006688bb2991a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 12 Jul 2013 23:15:20 +0200 Subject: c/file: clarify comment Signed-off-by: Florian Pritz --- application/controllers/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') 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", -- cgit v1.2.3-24-g4f1b