Don't enable the REST module by default (fixes #1585).

Bump the info module per changes for #662.
This commit is contained in:
Bharat Mediratta
2011-01-07 20:44:45 -08:00
parent e1e2d9448f
commit d17ba036ee
2 changed files with 13 additions and 22 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class Packager_Controller extends Controller {
// numbers, keeping our install.sql file more stable.
srand(0);
foreach (array("gallery", "user", "comment", "organize", "info", "rest",
foreach (array("gallery", "user", "comment", "organize", "info",
"rss", "search", "slideshow", "tag") as $module_name) {
module::install($module_name);
module::activate($module_name);