commit | 3ba33e79963beaf0c177371d175003a9c9151e00 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Oct 19 16:40:03 2006 +0000 |
committer | admin <devnull@localhost> | Thu Oct 19 16:40:03 2006 +0000 |
tree | e37e3ef4e31a6562ef0d9d1431db387025e35e2b | |
parent | adda3c39eabbbe9405720b22c51e4848817f0b18 [diff] |
diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php index e2d0500..3c35c90 100644 --- a/system/libraries/Hooks.php +++ b/system/libraries/Hooks.php
@@ -39,8 +39,8 @@ */ function CI_Hooks() { - log_message('debug', "Hooks Class Initialized"); $this->_initialize(); + log_message('debug', "Hooks Class Initialized"); } // --------------------------------------------------------------------