diff options
Diffstat (limited to 'OpenSim/Grid/UserServer/UserManager.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/UserManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs index 4b5f5a0..ecb806f 100644 --- a/OpenSim/Grid/UserServer/UserManager.cs +++ b/OpenSim/Grid/UserServer/UserManager.cs | |||
@@ -695,7 +695,7 @@ namespace OpenSim.Grid.UserServer | |||
695 | } | 695 | } |
696 | 696 | ||
697 | // call plugin! | 697 | // call plugin! |
698 | bool ret = UpdateUserProfileProperties(userProfile); | 698 | bool ret = UpdateUserProfile(userProfile); |
699 | responseData["returnString"] = ret.ToString(); | 699 | responseData["returnString"] = ret.ToString(); |
700 | response.Value = responseData; | 700 | response.Value = responseData; |
701 | return response; | 701 | return response; |