diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-01 12:17:04 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-01 12:17:04 -0800 |
commit | df001700dd071c59c47afd07d2c756487d20684e (patch) | |
tree | 018e044d19d7fd6c05ff9eb9a7a9986908149c40 /modules | |
parent | 1d42d5533a6f7ace5e2288d78f3fa55952e23ef8 (diff) |
Don't enable the rest module by default yet; we should make sure that
we do a more thorough security audit on it first.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/controllers/packager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/packager.php b/modules/gallery/controllers/packager.php index 03d56fff..cb64f1bf 100644 --- a/modules/gallery/controllers/packager.php +++ b/modules/gallery/controllers/packager.php @@ -63,7 +63,7 @@ class Packager_Controller extends Controller { module::load_modules(); - foreach (array("user", "comment", "organize", "info", "rest", "rss", + foreach (array("user", "comment", "organize", "info", "rss", "search", "slideshow", "tag") as $module_name) { module::install($module_name); module::activate($module_name); |