Skip to content

Instantly share code, notes, and snippets.

@abenevaut
Last active June 16, 2024 12:23
Show Gist options
  • Save abenevaut/bdfdf3350048d1500332 to your computer and use it in GitHub Desktop.
Save abenevaut/bdfdf3350048d1500332 to your computer and use it in GitHub Desktop.

Filename: core/Common.php Line Number: 257

BEFORE

return $_config[0] =& $config; 

AFTER

$_config[0] =& $config;
return $_config[0];
@cheeseytoastie
Copy link

You, my friend, have just saved me a weekend day of migrating a site to a new CMS. I thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment