diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs index 4df1f27..21bc19e 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | |||
@@ -979,7 +979,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
979 | } | 979 | } |
980 | // old code end | 980 | // old code end |
981 | rootPart.TrimPermissions(); | 981 | rootPart.TrimPermissions(); |
982 | group.AggregateDeepPerms(); | 982 | group.InvalidateDeepEffectivePerms(); |
983 | } | 983 | } |
984 | 984 | ||
985 | return true; | 985 | return true; |