diff options
Diffstat (limited to 'OpenSim/Framework/Communications/UserManagerBase.cs')
-rw-r--r-- | OpenSim/Framework/Communications/UserManagerBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index 6916519..74dba4c 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs | |||
@@ -355,8 +355,8 @@ namespace OpenSim.Framework.UserManagement | |||
355 | /// <returns>Successful?</returns> | 355 | /// <returns>Successful?</returns> |
356 | public bool CommitAgent(ref UserProfileData profile) | 356 | public bool CommitAgent(ref UserProfileData profile) |
357 | { | 357 | { |
358 | // Saves the agent to database | 358 | // TODO: how is this function different from setUserProfile? |
359 | return true; | 359 | return setUserProfile(profile); |
360 | } | 360 | } |
361 | 361 | ||
362 | #endregion | 362 | #endregion |