diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-09 15:56:46 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-09 15:56:46 +0100 |
commit | d47baab1bd4d655a68981834d11727ae8c2a3a45 (patch) | |
tree | df1e767510f450e511989912683a6b42047f8875 /system/core/Common.php | |
parent | e9a5a862a1252548b463aa738e50e8d9bfd01379 (diff) |
Fix issue #904
Diffstat (limited to 'system/core/Common.php')
-rw-r--r-- | system/core/Common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index 1f59c02d7..2f9c4ff43 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -199,7 +199,7 @@ if ( ! function_exists('load_class')) */ if ( ! function_exists('is_loaded')) { - function is_loaded($class = '') + function &is_loaded($class = '') { static $_is_loaded = array(); |