summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e2d0500c0..3c35c9088 100644
--- a/system/libraries/Hooks.php
+++ b/system/libraries/Hooks.php
@@ -39,8 +39,8 @@ class CI_Hooks {
*/
function CI_Hooks()
{
- log_message('debug', "Hooks Class Initialized");
$this->_initialize();
+ log_message('debug', "Hooks Class Initialized");
}
// --------------------------------------------------------------------