diff options
-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', ); |