From 24decb7fa41974fa9a2edc323b30eccb1548721e Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Sun, 9 Nov 2008 22:57:55 +0000 Subject: Beginnings of the comment module. Install and uninstall. --- core/config/config.php | 1 + 1 file changed, 1 insertion(+) 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', ); -- cgit v1.2.3