commit | 0d29605b1e774efd57ffd8f5ccc8eaec1e9ca576 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sun Aug 27 15:48:38 2006 +0000 |
committer | admin <devnull@localhost> | Sun Aug 27 15:48:38 2006 +0000 |
tree | 6a5673555a5f3197d70a018ed7eaa395e280f63b | |
parent | b4473d4407311cc5e4b2306cf5fa51221d5826f8 [diff] [blame] |
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 06e54b2..768b154 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php
@@ -128,7 +128,8 @@ $name = $model; } - if (in_array($name, $this->_ci_models)) + $obj =& get_instance(); + if (in_array($name, $obj->_ci_models)) { return; }