More on mantis #7594, this a=time addressing the reported exception, which seems to be a separate issue from the duplicate folders.
parent
7effd3b158
commit
7b5e97f04f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue