mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
More on mantis #7594, this a=time addressing the reported exception, which seems to be a separate issue from the duplicate folders.
This commit is contained in:
@@ -716,6 +716,9 @@ namespace OpenSim.Capabilities.Handlers
|
||||
InventoryCollection[] linkedFolders = m_InventoryService.GetMultipleFoldersContent(coll.Collection.OwnerID, folderIDs.ToArray());
|
||||
foreach (InventoryCollection linkedFolderContents in linkedFolders)
|
||||
{
|
||||
if (linkedFolderContents == null)
|
||||
continue;
|
||||
|
||||
List<InventoryItemBase> links = linkedFolderContents.Items;
|
||||
|
||||
itemsToReturn.InsertRange(0, links);
|
||||
|
||||
Reference in New Issue
Block a user