diff options
author | admin <devnull@localhost> | 2006-10-19 18:40:03 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-19 18:40:03 +0200 |
commit | 3ba33e79963beaf0c177371d175003a9c9151e00 (patch) | |
tree | e37e3ef4e31a6562ef0d9d1431db387025e35e2b /system | |
parent | adda3c39eabbbe9405720b22c51e4848817f0b18 (diff) |
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Hooks.php | 2 |
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"); } // -------------------------------------------------------------------- |