summaryrefslogtreecommitdiffstats
path: root/system/helpers/file_helper.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-10-05 09:52:04 +0200
committerAndrey Andreev <narf@devilix.net>2015-10-05 09:52:04 +0200
commit48844d16102d92fd146d562bc322b5624e44f9dd (patch)
treea9210862b2e3e19a8b4c48e2f5a8ae27e1513d49 /system/helpers/file_helper.php
parent8d4ac663909df3c95d546d3b0b405566f0df0d05 (diff)
Close #4155
Diffstat (limited to 'system/helpers/file_helper.php')
-rw-r--r--system/helpers/file_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php
index cd1c641ec..f6cb1629a 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -343,7 +343,7 @@ if ( ! function_exists('get_mime_by_extension'))
if ( ! is_array($mimes))
{
- $mimes =& get_mimes();
+ $mimes = get_mimes();
if (empty($mimes))
{