aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 1a40a0d..c24ecf5 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -2724,6 +2724,7 @@ namespace OpenSim.Region.Framework.Scenes
2724 } 2724 }
2725 2725
2726 sog.SetOwnerId(groupID); 2726 sog.SetOwnerId(groupID);
2727 sog.ApplyNextOwnerPermissions();
2727 } 2728 }
2728 } 2729 }
2729 } 2730 }