From bd28cf062af5f516e8c1b273577a530fc215255b Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 14 Mar 2011 23:07:31 +0000 Subject: Fixes #2928: Invalid plugins are shown on the advance page with details about the problem and a link to the docs. git-svn-id: http://code.elgg.org/elgg/trunk@8709 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/admin/plugins/advanced.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'views/default/admin') diff --git a/views/default/admin/plugins/advanced.php b/views/default/admin/plugins/advanced.php index e78dbe2f1..02e9ae58b 100644 --- a/views/default/admin/plugins/advanced.php +++ b/views/default/admin/plugins/advanced.php @@ -9,7 +9,7 @@ */ elgg_generate_plugin_entities(); -$installed_plugins = elgg_get_plugins('any'); +$installed_plugins = elgg_get_plugins('any', true); $show_category = get_input('category', null); // Get a list of the all categories @@ -85,9 +85,6 @@ $buttons .= $category_form;
-- cgit v1.2.3