Groups V2 -- fix mantis #6666

cpu-performance
Diva Canto 2013-06-08 11:00:22 -07:00
parent 6aa54a8e16
commit d00770d56b
1 changed files with 3 additions and 0 deletions

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)
{