summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJozef Selesi <jozefs@users.sourceforge.net>2008-11-09 22:57:55 +0000
committerJozef Selesi <jozefs@users.sourceforge.net>2008-11-09 22:57:55 +0000
commit24decb7fa41974fa9a2edc323b30eccb1548721e (patch)
treeaf72dea9e6f95baf7d3cd2f4c3899ba057d51068
parent85b909a9f9c3596284bef9ea5568dff55302a402 (diff)
Beginnings of the comment module. Install and uninstall.
-rw-r--r--core/config/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php
index dafd107f..c1b5942b 100644
--- a/core/config/config.php
+++ b/core/config/config.php
@@ -130,4 +130,5 @@ $config['modules'] = array
MODPATH . 'info',
MODPATH . 'gmaps',
MODPATH . 'auth',
+ MODPATH . 'comment',
);