fixed bug with new version of php and CI

parent 6f1c3362
......@@ -254,7 +254,8 @@ if ( ! function_exists('get_config'))
}
}
return $_config[0] =& $config;
$_config[0] =& $config;
return $_config[0];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment