diff options
author | Justin Clarke Casey | 2009-03-26 20:34:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-26 20:34:02 +0000 |
commit | 8a4464f44af15bf6be2a7ad0b433933b35c46240 (patch) | |
tree | 48a4f5367c4491d8f0028c72f365667b9eb08451 /OpenSim/Region/CoreModules | |
parent | * Fix build break - went a const or two too far (diff) | |
download | opensim-SC_OLD-8a4464f44af15bf6be2a7ad0b433933b35c46240.zip opensim-SC_OLD-8a4464f44af15bf6be2a7ad0b433933b35c46240.tar.gz opensim-SC_OLD-8a4464f44af15bf6be2a7ad0b433933b35c46240.tar.bz2 opensim-SC_OLD-8a4464f44af15bf6be2a7ad0b433933b35c46240.tar.xz |
* correct iar root folder location for saving of individual items
* however, rest of the path components are still currently wrong so this is broke
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs | 2 |
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 5a7d929..f5b9f2e 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs | |||
@@ -315,7 +315,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver | |||
315 | inventoryItem.Name, inventoryItem.ID, m_invPath); | 315 | inventoryItem.Name, inventoryItem.ID, m_invPath); |
316 | 316 | ||
317 | //get and export item info | 317 | //get and export item info |
318 | SaveInvItem(inventoryItem, m_invPath); | 318 | SaveInvItem(inventoryItem, ArchiveConstants.INVENTORY_PATH + m_invPath); |
319 | } | 319 | } |
320 | } | 320 | } |
321 | else | 321 | else |