diff options
author | Andrey Andreev <narf@devilix.net> | 2017-07-26 16:46:51 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-07-26 16:46:51 +0200 |
commit | de3ac40bf40d21a994d170788792557e4e431f37 (patch) | |
tree | 928e29d3eaafec5b61f68056fba2d04b212c1340 /system/libraries | |
parent | 2f473195dcf6ed83fb31f90dce5b226f3e486ff0 (diff) |
[ci skip] Close #5206
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index b37cc2f59..0ad8dd375 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -1312,7 +1312,7 @@ class CI_Upload { } } - // Fall back to the deprecated mime_content_type(), if available (still better than $_FILES[$field]['type']) + // Fall back to mime_content_type(), if available (still better than $_FILES[$field]['type']) if (function_exists('mime_content_type')) { $this->file_type = @mime_content_type($file['tmp_name']); |