aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-09 22:04:46 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-09 22:04:46 +0000
commit6b3ee5365b10afc37677781fc5f07539f1d8636f (patch)
treea9280742d01bda2b5b5b9ee7540f1c8a7fc31947 /views
parent6f41511034886224e0888d2f886c7d7ccc48636d (diff)
downloadelgg-6b3ee5365b10afc37677781fc5f07539f1d8636f.tar.gz
elgg-6b3ee5365b10afc37677781fc5f07539f1d8636f.tar.bz2
Refs #2874. Finished removing calls to deprecated plugin mgmt functions in core and core plugins.
git-svn-id: http://code.elgg.org/elgg/trunk@8090 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/core/settings/tools/plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/core/settings/tools/plugin.php b/views/default/core/settings/tools/plugin.php
index 89e08bb64..88d366a8a 100644
--- a/views/default/core/settings/tools/plugin.php
+++ b/views/default/core/settings/tools/plugin.php
@@ -28,7 +28,7 @@ if (elgg_view("usersettings/$plugin_id/edit")) {
<div id="<?php echo $plugin_id; ?>_settings">
<?php echo elgg_view("object/plugin", array(
'plugin' => $plugin,
- 'entity' => find_plugin_usersettings($plugin_id, $user_guid),
+ 'entity' => elgg_get_all_plugin_user_settings($plugin_id, $user_guid),
'type' => 'user'
));
?>