commit | c64ca0128ab0cc015ed37d1833bd79ee63e35eba | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Sun Mar 07 07:55:56 2010 -0600 |
committer | Derek Jones <derek.jones@ellislab.com> | Sun Mar 07 07:55:56 2010 -0600 |
tree | 79fdd9e024d11ed132b159d49e1e8cfa671b7ef7 | |
parent | b6de7d13eb06d7736d255eaa0b60391a4d2b4bf5 [diff] [blame] |
fixed load_class() call in Hooks to get Config from core
diff --git a/system/core/Hooks.php b/system/core/Hooks.php index 5e017cc..3b063f7 100644 --- a/system/core/Hooks.php +++ b/system/core/Hooks.php
@@ -52,7 +52,7 @@ */ 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