aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-11 16:51:57 +0100
committerJustin Clark-Casey (justincc)2009-09-11 16:51:57 +0100
commit212efc0c764210a8f0f2936b7802ecc04dbd5fd6 (patch)
tree5c5e82a1bbc61ae6edd84343c103f53f64a95b71 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
parentminor: correct my name in one of the library bundled scripts (diff)
downloadopensim-SC_OLD-212efc0c764210a8f0f2936b7802ecc04dbd5fd6.zip
opensim-SC_OLD-212efc0c764210a8f0f2936b7802ecc04dbd5fd6.tar.gz
opensim-SC_OLD-212efc0c764210a8f0f2936b7802ecc04dbd5fd6.tar.bz2
opensim-SC_OLD-212efc0c764210a8f0f2936b7802ecc04dbd5fd6.tar.xz
Remove bug where iar created folders could not be deleted after relog
New folders need to be created with AssetType.Unknown rather than AssetType.Folder!
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
index b178772..7b4a9eb 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
@@ -410,4 +410,4 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
410 id); 410 id);
411 } 411 }
412 } 412 }
413} 413} \ No newline at end of file