summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/packager.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-15 16:01:41 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-15 16:01:41 -0700
commitae6af2f9b61d69a3adc36f52257cdbd9c4fedf4e (patch)
tree2a674368bf337a8fb2216b3d46ffa7e4bfe5b914 /modules/gallery/controllers/packager.php
parentb02ab4153dc3460ded6dcf63b237a6f6774f6681 (diff)
Install the rest module by default.
Diffstat (limited to 'modules/gallery/controllers/packager.php')
-rw-r--r--modules/gallery/controllers/packager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/controllers/packager.php b/modules/gallery/controllers/packager.php
index 0ccfe743..835cb903 100644
--- a/modules/gallery/controllers/packager.php
+++ b/modules/gallery/controllers/packager.php
@@ -63,8 +63,8 @@ class Packager_Controller extends Controller {
module::load_modules();
- foreach (array("user", "comment", "organize", "info", "rss",
- "search", "slideshow", "tag") as $module_name) {
+ foreach (array("user", "comment", "organize", "info", "rest",
+ "rss", "search", "slideshow", "tag") as $module_name) {
module::install($module_name);
module::activate($module_name);
}