commit | d47baab1bd4d655a68981834d11727ae8c2a3a45 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Jan 09 16:56:46 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Jan 09 16:56:46 2012 +0200 |
tree | df1e767510f450e511989912683a6b42047f8875 | |
parent | e9a5a862a1252548b463aa738e50e8d9bfd01379 [diff] [blame] |
Fix issue #904
diff --git a/system/core/Common.php b/system/core/Common.php index 1f59c02..2f9c4ff 100644 --- a/system/core/Common.php +++ b/system/core/Common.php
@@ -199,7 +199,7 @@ */ if ( ! function_exists('is_loaded')) { - function is_loaded($class = '') + function &is_loaded($class = '') { static $_is_loaded = array();