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