Filename: core/Common.php Line Number: 257
BEFORE
return $_config[0] =& $config;
AFTER
$_config[0] =& $config;
return $_config[0];
Filename: core/Common.php Line Number: 257
BEFORE
return $_config[0] =& $config;
AFTER
$_config[0] =& $config;
return $_config[0];
You, my friend, have just saved me a weekend day of migrating a site to a new CMS. I thank you!