From 1d9a9e6004e249100c96659fd1d71f6d5cee7bb1 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 24 Apr 2014 14:11:42 -0700 Subject: Fixes a long-standing bug related to god-mode change ownership of objects permissive, where the permissions of the children prims' inventory items were not changed. As a consequence, we couldn't control some of the objects imported via HG and OARs even in god mode. --- OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs') diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index b86f349..bb9f457 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs @@ -2040,7 +2040,7 @@ namespace OpenSim.Region.Framework.Scenes deleteGroups.Add(grp); // If child prims have invalid perms, fix them - grp.AdjustChildPrimPermissions(); + grp.AdjustChildPrimPermissions(false); if (remoteClient == null) { -- cgit v1.1