commit | 40403d21274d5e0792c7ab816ad984d6387d5c20 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Thu Apr 19 16:38:50 2012 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Thu Apr 19 16:38:50 2012 -0400 |
tree | 255d722c5f1a3f71035f50018d852da56c0b476f | |
parent | ad4750509885ad5bb368fc308f86d8c06d45b15c [diff] [blame] |
Additional formatting fixes
diff --git a/system/core/Hooks.php b/system/core/Hooks.php index 68e30ef..672fe29 100755 --- a/system/core/Hooks.php +++ b/system/core/Hooks.php
@@ -43,13 +43,15 @@ * * @var bool */ - public $enabled = FALSE; + public $enabled = FALSE; + /** * List of all hooks set in config/hooks.php * * @var array */ - public $hooks = array(); + public $hooks = array(); + /** * Determines wether hook is in progress, used to prevent infinte loops *