diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-01-10 20:58:09 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-01-10 20:58:09 +0100 |
commit | b790371f328e49ed57eda85bf33817e033b85601 (patch) | |
tree | 302bec4305038ea0e7a8ddff3d989319cd89e283 /system/core/Common.php | |
parent | e1a1464488076e4f501df6ba32ec1f6642f27855 (diff) | |
parent | d47baab1bd4d655a68981834d11727ae8c2a3a45 (diff) |
Merge pull request #906 from narfbg/develop-issue-904
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(); |