Thank you, cmickeyb, for a patch that fixes inventory folder retrieval.
This commit is contained in:
Melanie Thielker
2008-08-28 20:56:53 +00:00
parent bd525d4da0
commit 10b2a4597a
2 changed files with 60 additions and 81 deletions

View File

@@ -65,6 +65,7 @@ namespace OpenSim.Region.Communications.Local
rootFolder = new InventoryFolderImpl(folder);
folders.Add(rootFolder);
items.AddRange(RequestFolderItems(rootFolder.ID));
break; // Only 1 root folder per user
}
}