fixed bug with new version of php and CI

parent 6f1c3362
...@@ -253,8 +253,9 @@ if ( ! function_exists('get_config')) ...@@ -253,8 +253,9 @@ if ( ! function_exists('get_config'))
} }
} }
} }
return $_config[0] =& $config; $_config[0] =& $config;
return $_config[0];
} }
} }
...@@ -561,4 +562,4 @@ if ( ! function_exists('html_escape')) ...@@ -561,4 +562,4 @@ if ( ! function_exists('html_escape'))
} }
/* End of file Common.php */ /* End of file Common.php */
/* Location: ./system/core/Common.php */ /* Location: ./system/core/Common.php */
\ No newline at end of file
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