From 6b3ee5365b10afc37677781fc5f07539f1d8636f Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 9 Feb 2011 22:04:46 +0000 Subject: 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 --- views/default/core/settings/tools/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') 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")) {
$plugin, - 'entity' => find_plugin_usersettings($plugin_id, $user_guid), + 'entity' => elgg_get_all_plugin_user_settings($plugin_id, $user_guid), 'type' => 'user' )); ?> -- cgit v1.2.3