Welcome Guest, Not a member yet? Register   Sign In
simple code fix to Common CI get_config()
#2

[eluser]danmontgomery[/eluser]
should be:

Code:
// Are any values being dynamically replaced?
if (count($replace) > 0)
{
    $config = array_merge($config, $replace);
}

return $_config[0] =& $config;


Messages In This Thread
simple code fix to Common CI get_config() - by El Forum - 05-08-2011, 10:52 AM
simple code fix to Common CI get_config() - by El Forum - 05-09-2011, 04:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB