* Re-applied r9613 to "Fix a slight oversight in SceneInventory that would not enable copy to

inventory when permissions are bypassed"
0.6.5-rc1
lbsa71 2009-05-20 13:07:52 +00:00
parent 89e7dac649
commit c4e4cd5931
1 changed files with 6 additions and 0 deletions

View File

@ -2262,6 +2262,12 @@ namespace OpenSim.Region.Framework.Scenes
itemId = item.ID; itemId = item.ID;
} }
} }
else
{
// Brave new fullperm world
//
itemId = item.ID;
}
string xmlData = Utils.BytesToString(rezAsset.Data); string xmlData = Utils.BytesToString(rezAsset.Data);
SceneObjectGroup group SceneObjectGroup group