diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-19 02:50:11 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-19 02:50:11 +0000 |
commit | 693080669a95d9b875252f5bf9f2719c594df2f5 (patch) | |
tree | c851035a8852921f1b2f1eb63a242d0b9aed6133 /core | |
parent | ad7ace9b72532512c67953d7149854312b6b195d (diff) |
fix a few minor issues
Diffstat (limited to 'core')
-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 2791bd76..70b571ec 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -129,6 +129,7 @@ $config['modules'] = array MODPATH . 'user', MODPATH . 'info', MODPATH . 'gmaps', + MODPATH . 'media_rss', MODPATH . 'slideshow', MODPATH . 'comment', ); |