diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index bcc0cea2e4..30bc75bfa9 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs @@ -2743,6 +2743,7 @@ namespace OpenSim.Region.Framework.Scenes sog.SetOwnerId(groupID); // Make the group mask be the previous owner mask sog.RootPart.GroupMask = sog.RootPart.OwnerMask; + sog.ApplyNextOwnerPermissions(); sog.ScheduleGroupForFullUpdate();