mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-01 10:39:16 -04:00
Install the rest module by default.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user