fix load iar regression accidentally introduced in last commit

0.6.8-post-fixes
Justin Clark-Casey (justincc) 2009-11-09 17:22:18 +00:00
parent 3c1f50127c
commit 7c5dc94cc8
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
{
// m_log.DebugFormat(
// "[INVENTORY ARCHIVER]: Found previously created folder from archive path {0}", archivePath);
// destFolder = foldersCreated[archivePath];
destFolder = foldersCreated[archivePath];
}
else
{