Merge pull request #244 from kamaroly/master

Fixed Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Number: 257
This commit is contained in:
jekkos
2015-12-03 23:06:22 +01:00

View File

@@ -253,8 +253,8 @@ if ( ! function_exists('get_config'))
}
}
}
return $_config[0] =& $config;
$_config[0] =& $config;
return $_config[0];
}
}
@@ -561,4 +561,4 @@ if ( ! function_exists('html_escape'))
}
/* End of file Common.php */
/* Location: ./system/core/Common.php */
/* Location: ./system/core/Common.php */