Groups V2 -- fix mantis #6666

This commit is contained in:
Diva Canto
2013-06-08 11:00:22 -07:00
parent 6aa54a8e16
commit d00770d56b

View File

@@ -684,6 +684,9 @@ namespace OpenSim.Groups
{
serviceLocation = string.Empty;
name = string.Empty;
if (groupID.Equals(UUID.Zero))
return true;
ExtendedGroupRecord group = m_LocalGroupsConnector.GetGroupRecord(UUID.Zero.ToString(), groupID, string.Empty);
if (group == null)
{