From 1d067acf070549c4edcb662252edd03907b1d9a3 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 24 Jun 2008 10:53:50 +0000 Subject: Refs #76: User settings page (to Elgg Classic standard) git-svn-id: https://code.elgg.org/elgg/trunk@1092 36083f99-b078-4883-b0ff-0f9b5a30f544 --- settings/plugins/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/plugins') diff --git a/settings/plugins/index.php b/settings/plugins/index.php index d9c5de6fb..d45fbd334 100644 --- a/settings/plugins/index.php +++ b/settings/plugins/index.php @@ -18,5 +18,5 @@ // Display main admin menu - page_draw(elgg_echo("usersettings:plugins"),elgg_view_layout("one_column",elgg_view("usersettings/plugins"))); + page_draw(elgg_echo("usersettings:plugins"),elgg_view_layout("one_column",elgg_view("usersettings/plugins", array('installed_plugins' => get_installed_plugins())))); ?> \ No newline at end of file -- cgit v1.2.3