diff --git a/OpenSim/Addons/Groups/GroupsExtendedData.cs b/OpenSim/Addons/Groups/GroupsExtendedData.cs index 1632aee706..c783b9eeda 100644 --- a/OpenSim/Addons/Groups/GroupsExtendedData.cs +++ b/OpenSim/Addons/Groups/GroupsExtendedData.cs @@ -174,7 +174,7 @@ namespace OpenSim.Groups if (dict.ContainsKey("ServiceLocation") && dict["ServiceLocation"] != null) grec.ServiceLocation = dict["ServiceLocation"].ToString(); else - grec.GroupName = string.Empty; + grec.ServiceLocation = string.Empty; if (dict.ContainsKey("ShownInList") && dict["ShownInList"] != null) grec.ShowInList = bool.Parse(dict["ShownInList"].ToString());