Skip to content

Commit 48844d1

Browse files
committed
Close bcit-ci#4155
1 parent 8d4ac66 commit 48844d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/helpers/file_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ function get_mime_by_extension($filename)
343343

344344
if ( ! is_array($mimes))
345345
{
346-
$mimes =& get_mimes();
346+
$mimes = get_mimes();
347347

348348
if (empty($mimes))
349349
{

0 commit comments

Comments
 (0)