diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-22 04:32:23 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-22 04:32:23 +0000 |
commit | 685a5ca1e1b94cc1a817d699f4223d139689f7cb (patch) | |
tree | 6f235a96b47e2b6682d73e5325a0520d12482378 /core/controllers/admin_modules.php | |
parent | 74c417cab9fc3eff64681c96b04d5f5c5ef555e0 (diff) |
Support proper rendering of locked modules, add a submit button, point it at admin/modules/save
Diffstat (limited to 'core/controllers/admin_modules.php')
-rw-r--r-- | core/controllers/admin_modules.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/controllers/admin_modules.php b/core/controllers/admin_modules.php index 12686f87..a9769ba6 100644 --- a/core/controllers/admin_modules.php +++ b/core/controllers/admin_modules.php @@ -23,5 +23,9 @@ class Admin_Modules_Controller extends Admin_Controller { $view->available = module::available(); return $view; } + + public function save() { + // Nothing yet + } } |