diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-06 04:07:02 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-06 04:07:02 +0000 |
commit | 0e939136a2bbf91bf5be7c7758360b12b210c4ea (patch) | |
tree | 1df73524264d3f7767d0b87876b00bfb69fa13cf /views/default/admin | |
parent | f4c8dce8e8d4f08600780ed5aa719dafe05746fe (diff) | |
download | elgg-0e939136a2bbf91bf5be7c7758360b12b210c4ea.tar.gz elgg-0e939136a2bbf91bf5be7c7758360b12b210c4ea.tar.bz2 |
Refs #2104 added some categories to core (bundled) plugins
git-svn-id: http://code.elgg.org/elgg/trunk@8612 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/admin')
-rw-r--r-- | views/default/admin/plugins/advanced.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/admin/plugins/advanced.php b/views/default/admin/plugins/advanced.php index 229c21f96..ce465113f 100644 --- a/views/default/admin/plugins/advanced.php +++ b/views/default/admin/plugins/advanced.php @@ -53,7 +53,10 @@ $category_button = elgg_view('input/submit', array( )); $category_form = elgg_view('input/form', array( - 'body' => $category_dropdown . $category_button + 'body' => $category_dropdown . $category_button, + 'method' => 'get', + 'action' => 'pg/admin/plugins/advanced', + 'disable_security' => true, )); // @todo Until "en/deactivate all" means "All plugins on this page" hide when not looking at all. |