From c4e4cd5931fd3563eecb58afd64d975db33180e9 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 20 May 2009 13:07:52 +0000 Subject: [PATCH] * Re-applied r9613 to "Fix a slight oversight in SceneInventory that would not enable copy to inventory when permissions are bypassed" --- OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 1dcdc06407..696974ac15 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs @@ -2262,6 +2262,12 @@ namespace OpenSim.Region.Framework.Scenes itemId = item.ID; } } + else + { + // Brave new fullperm world + // + itemId = item.ID; + } string xmlData = Utils.BytesToString(rezAsset.Data); SceneObjectGroup group