diff options
author | Diva Canto | 2017-05-04 18:20:48 -0700 |
---|---|---|
committer | Diva Canto | 2017-05-04 18:20:48 -0700 |
commit | 424a7a274b66bb06c9a3711ee9de267231b89b71 (patch) | |
tree | 02c1054d7457cd45cd3d62d677affe8f5f209998 /OpenSim/Addons/Groups | |
parent | Add a groups module to the perms test suite (diff) | |
parent | fix bad move on xmlgroups (diff) | |
download | opensim-SC_OLD-424a7a274b66bb06c9a3711ee9de267231b89b71.zip opensim-SC_OLD-424a7a274b66bb06c9a3711ee9de267231b89b71.tar.gz opensim-SC_OLD-424a7a274b66bb06c9a3711ee9de267231b89b71.tar.bz2 opensim-SC_OLD-424a7a274b66bb06c9a3711ee9de267231b89b71.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Addons/Groups')
-rw-r--r-- | OpenSim/Addons/Groups/GroupsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/GroupsModule.cs b/OpenSim/Addons/Groups/GroupsModule.cs index 0e3a172..5b76e0a 100644 --- a/OpenSim/Addons/Groups/GroupsModule.cs +++ b/OpenSim/Addons/Groups/GroupsModule.cs | |||
@@ -787,7 +787,7 @@ namespace OpenSim.Groups | |||
787 | remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully"); | 787 | remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully"); |
788 | 788 | ||
789 | // Update the founder with new group information. | 789 | // Update the founder with new group information. |
790 | SendAgentGroupDataUpdate(remoteClient, false); | 790 | SendAgentGroupDataUpdate(remoteClient, true); |
791 | } | 791 | } |
792 | else | 792 | else |
793 | remoteClient.SendCreateGroupReply(groupID, false, reason); | 793 | remoteClient.SendCreateGroupReply(groupID, false, reason); |