summaryrefslogtreecommitdiffstats
path: root/system/codeigniter
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-04 09:46:05 +0200
committeradmin <devnull@localhost>2006-10-04 09:46:05 +0200
commitb87cf23b9a4a4611cacf6316a7c437af54ebde52 (patch)
treee92f62f0b5add2fb49e1297c290585646c9ed190 /system/codeigniter
parent5f2be2c2eb3e615472a7f27ebbc5145c74f6b38a (diff)
Diffstat (limited to 'system/codeigniter')
-rw-r--r--system/codeigniter/Common.php3
1 files changed, 1 insertions, 2 deletions
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
*/