aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-09 01:02:00 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-09 01:02:00 +0000
commit0154f867118ce33b2cfaa51677436e00502e223f (patch)
tree4e3021d8ae95c84c237ec2a867ba0caf4ad287b9 /pages
parentf6498706d2408aedbb9069e08b71c635b8c9a9d3 (diff)
downloadelgg-0154f867118ce33b2cfaa51677436e00502e223f.tar.gz
elgg-0154f867118ce33b2cfaa51677436e00502e223f.tar.bz2
Refs #2874: Using elgg_get_plugins() instead of get_installed_plugins().
git-svn-id: http://code.elgg.org/elgg/trunk@8084 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'pages')
-rw-r--r--pages/settings/tools.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/settings/tools.php b/pages/settings/tools.php
index dcb026677..ea7c904e5 100644
--- a/pages/settings/tools.php
+++ b/pages/settings/tools.php
@@ -17,7 +17,7 @@ if ((!elgg_get_page_owner_entity()) || (!elgg_get_page_owner_entity()->canEdit()
$title = elgg_echo("usersettings:plugins");
$content = elgg_view("core/settings/tools",
- array('installed_plugins' => get_installed_plugins()));
+ array('installed_plugins' => elgg_get_plugins()));
$params = array(
'content' => $content,