diff options
author | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-09 22:57:55 +0000 |
---|---|---|
committer | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-09 22:57:55 +0000 |
commit | 24decb7fa41974fa9a2edc323b30eccb1548721e (patch) | |
tree | af72dea9e6f95baf7d3cd2f4c3899ba057d51068 | |
parent | 85b909a9f9c3596284bef9ea5568dff55302a402 (diff) |
Beginnings of the comment module. Install and uninstall.
-rw-r--r-- | core/config/config.php | 1 |
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', ); |