From b87cf23b9a4a4611cacf6316a7c437af54ebde52 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 4 Oct 2006 07:46:05 +0000 Subject: --- system/codeigniter/Common.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/codeigniter/Common.php') diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index d2342de42..a801c0821 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -41,7 +41,7 @@ * @param bool optional flag that lets classes get loaded but not instantiated * @return object */ -function &_load_class($class, $instantiate = TRUE) +function _load_class($class, $instantiate = TRUE) { static $objects = array(); @@ -121,7 +121,6 @@ function &_load_class($class, $instantiate = TRUE) /** * Loads the main config.php file * -* * @access private * @return array */ -- cgit v1.2.3-24-g4f1b