diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php
index 7ff0592..69ca1a9 100644
--- a/system/libraries/Hooks.php
+++ b/system/libraries/Hooks.php
@@ -41,7 +41,7 @@
 	{
 		log_message('debug', "Hooks Class Initialized");
 	
-		$CFG =& _load_class('CI_Config');
+		$CFG =& _load_class('Config');
 		
 		// If hooks are not enabled in the config file
 		// there is nothing else to do