diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Addons/Groups/Service/GroupsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/Service/GroupsService.cs b/OpenSim/Addons/Groups/Service/GroupsService.cs index 38f87a2..bed91d9 100644 --- a/OpenSim/Addons/Groups/Service/GroupsService.cs +++ b/OpenSim/Addons/Groups/Service/GroupsService.cs | |||
@@ -850,7 +850,7 @@ namespace OpenSim.Groups | |||
850 | return false; | 850 | return false; |
851 | } | 851 | } |
852 | 852 | ||
853 | if (!add && data == null) // it dosn't exist, can't update | 853 | if (!add && data == null) // it doesn't exist, can't update |
854 | { | 854 | { |
855 | m_log.DebugFormat("[Groups]: Group {0} doesn't exist. Can't update it", groupID); | 855 | m_log.DebugFormat("[Groups]: Group {0} doesn't exist. Can't update it", groupID); |
856 | return false; | 856 | return false; |