commit | 8fae08c0343550702e75f318b818c4b454c7aca3 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Sun Mar 07 07:56:04 2010 -0600 |
committer | Derek Jones <derek.jones@ellislab.com> | Sun Mar 07 07:56:04 2010 -0600 |
tree | de0fd7eae5c863cbca77507817331dbf767dd9d3 | |
parent | c64ca0128ab0cc015ed37d1833bd79ee63e35eba [diff] | |
parent | 8dca04163a79701021043fcd3e267a5d965af993 [diff] |
Automated merge with http://hg.ellislab.com/CodeIgniter2
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