summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-20 03:00:31 +0200
committeradmin <devnull@localhost>2006-10-20 03:00:31 +0200
commite0cd609abeaeb1be5ed0ef7ac88bb6de86627881 (patch)
tree704968251bdc3cf14ceeb22aea89b97b25c39f1d /system/application
parent90931313c2d8a90f84e3a62b59d9603f4ebe4127 (diff)
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php
index 3f26d48fa..bf15525cb 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -78,7 +78,7 @@ $config['language'] = "english";
| setting this variable to TRUE (boolean). See the user guide for details.
|
*/
-$config['enable_hooks'] = FALSE;
+$config['enable_hooks'] = TRUE;
/*