Edit filename: core/Common.php, line number: 257

Before

return $_config[0] =& $config;
After

$_config[0] =& $config;
return $_config[0];

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *