summaryrefslogtreecommitdiffstats
path: root/system/core/Hooks.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Hooks.php')
-rw-r--r--system/core/Hooks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Hooks.php b/system/core/Hooks.php
index 5e017ccb7..3b063f792 100644
--- a/system/core/Hooks.php
+++ b/system/core/Hooks.php
@@ -52,7 +52,7 @@ class CI_Hooks {
*/
function _initialize()
{
- $CFG =& load_class('Config');
+ $CFG =& load_class('Config', 'core');
// If hooks are not enabled in the config file
// there is nothing else to do