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

Before

return $_config[0] =& $config;

After

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

Categories: CodeIgniter

0 Comments

Leave a Reply

Avatar placeholder

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