diff --git a/system/core/Common.php b/system/core/Common.php index db9fbeb..d2e8e40 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -253,8 +253,8 @@ function &get_config($replace = array()) } } } - - return $_config[0] =& $config; + $_config[0] =& $config; + return $_config[0]; } } @@ -537,4 +537,4 @@ function remove_invisible_characters($str, $url_encoded = TRUE) } /* End of file Common.php */ -/* Location: ./system/core/Common.php */ \ No newline at end of file +/* Location: ./system/core/Common.php */