mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-21 00:49:55 -04:00
Support proper rendering of locked modules, add a submit button, point it at admin/modules/save
This commit is contained in:
@@ -23,5 +23,9 @@ class Admin_Modules_Controller extends Admin_Controller {
|
||||
$view->available = module::available();
|
||||
return $view;
|
||||
}
|
||||
|
||||
public function save() {
|
||||
// Nothing yet
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user