diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-03 17:09:01 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-03 17:09:01 +0100 |
commit | cdac248e9cf7a8ea3ed426f189bb52254800bc2a (patch) | |
tree | 9a3c9cbb5fe2761c2c9469c861b95414eb9e3151 /system/core/Controller.php | |
parent | 28daadeca8ebc889fd799ed8bb58293ebeb4fabd (diff) |
It appears to break get_instance()->*_package_path*() usage which is very common.
Need to figure out how to resolve this.
Diffstat (limited to 'system/core/Controller.php')
-rw-r--r-- | system/core/Controller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Controller.php b/system/core/Controller.php index cbdf0515f..ee6fec8d5 100644 --- a/system/core/Controller.php +++ b/system/core/Controller.php @@ -65,6 +65,7 @@ class CI_Controller { } $this->load =& load_class('Loader', 'core'); + $this->load->initialize(); log_message('debug', 'Controller Class Initialized'); } |