* 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
parent
89e7dac649
commit
c4e4cd5931
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue