* correct iar root folder location for saving of individual items

* however, rest of the path components are still currently wrong so this is broke
0.6.5-rc1
Justin Clarke Casey 2009-03-26 20:34:02 +00:00
parent 6ffed09682
commit 8a4464f44a
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
inventoryItem.Name, inventoryItem.ID, m_invPath);
//get and export item info
SaveInvItem(inventoryItem, m_invPath);
SaveInvItem(inventoryItem, ArchiveConstants.INVENTORY_PATH + m_invPath);
}
}
else