diff options
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetTransactions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs index 74e2093..d09e343 100644 --- a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs +++ b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs | |||
@@ -302,6 +302,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
302 | item.assetType = type; | 302 | item.assetType = type; |
303 | item.invType = invType; | 303 | item.invType = invType; |
304 | item.parentFolderID = InventFolder; | 304 | item.parentFolderID = InventFolder; |
305 | item.inventoryBasePermissions = 2147483647; | ||
305 | item.inventoryCurrentPermissions = 2147483647; | 306 | item.inventoryCurrentPermissions = 2147483647; |
306 | item.inventoryNextPermissions = nextPerm; | 307 | item.inventoryNextPermissions = nextPerm; |
307 | 308 | ||