summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-07 14:55:56 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-07 14:55:56 +0100
commitc64ca0128ab0cc015ed37d1833bd79ee63e35eba (patch)
tree79fdd9e024d11ed132b159d49e1e8cfa671b7ef7 /system/core
parentb6de7d13eb06d7736d255eaa0b60391a4d2b4bf5 (diff)
fixed load_class() call in Hooks to get Config from core
Diffstat (limited to 'system/core')
-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