diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-02 20:34:23 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-02 20:34:23 +0100 |
commit | 6f4d17fa4a9987c37c615413b1e98b77f0407416 (patch) | |
tree | f6419ec6d7f0088a71cda6d497906857a8baaf16 | |
parent | d7055aaf8fed8120db13ae29f0da3fe45b725008 (diff) |
update Hooks to use load_class() from core
-rw-r--r-- | system/core/Hooks.php | 3 |
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 |