@@ -1354,7 +1354,7 @@ |
||
1354 | 1354 | } |
1355 | 1355 | } |
1356 | 1356 | |
1357 | - // Fall back to mime_content_type(), if available (still better than $_FILES[$field]['type']) |
|
1357 | + // Fall back to mime_content_type(), if available (still better than $_FILES[$field]['type']) |
|
1358 | 1358 | if (function_exists('mime_content_type')) |
1359 | 1359 | { |
1360 | 1360 | $this->file_type = @mime_content_type($file['tmp_name']); |