summaryrefslogtreecommitdiffstats
path: root/system/core/Hooks.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-02 20:34:23 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-02 20:34:23 +0100
commit6f4d17fa4a9987c37c615413b1e98b77f0407416 (patch)
treef6419ec6d7f0088a71cda6d497906857a8baaf16 /system/core/Hooks.php
parentd7055aaf8fed8120db13ae29f0da3fe45b725008 (diff)
update Hooks to use load_class() from core
Diffstat (limited to 'system/core/Hooks.php')
-rw-r--r--system/core/Hooks.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/core/Hooks.php b/system/core/Hooks.php
index 2c12ffafd..5e017ccb7 100644
--- a/system/core/Hooks.php
+++ b/system/core/Hooks.php
@@ -18,8 +18,7 @@
/**
* CodeIgniter Hooks Class
*
- * Provides a mechanism to extend the base system without hacking. Most of
- * this class is borrowed from Paul's Extension class in ExpressionEngine.
+ * Provides a mechanism to extend the base system without hacking.
*
* @package CodeIgniter
* @subpackage Libraries