aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-16 16:57:39 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-16 16:57:39 +0000
commite663d523186a12a41aca0541c996a6a0022912d8 (patch)
tree9c080159e9e3d702e85b5d4be80f70837a919416 /admin
parent6609ac6ad0990f4b08d9a6783ff85a03a1daf7f3 (diff)
downloadelgg-e663d523186a12a41aca0541c996a6a0022912d8.tar.gz
elgg-e663d523186a12a41aca0541c996a6a0022912d8.tar.bz2
You can now reorder plugins.
git-svn-id: https://code.elgg.org/elgg/trunk@2274 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'admin')
-rw-r--r--admin/plugins/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/plugins/index.php b/admin/plugins/index.php
index 717e9bde0..10ab3f51b 100644
--- a/admin/plugins/index.php
+++ b/admin/plugins/index.php
@@ -19,7 +19,10 @@
admin_gatekeeper();
// Set admin user for user block
- set_page_owner($_SESSION['guid']);
+ set_page_owner($_SESSION['guid']);
+
+ // Regenerate plugin list
+ regenerate_plugin_list();
// Display main admin menu
page_draw(elgg_echo("admin:plugins"),elgg_view_layout("two_column_left_sidebar", '', elgg_view_title(elgg_echo('admin:plugins')) . elgg_view("admin/plugins", array('installed_plugins' => get_installed_plugins()))));