summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-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