mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-25 17:24:10 -04:00
Don't enable the REST module by default (fixes #1585).
Bump the info module per changes for #662.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user