diff options
Diffstat (limited to 'OpenSim/Capabilities/Handlers')
-rw-r--r-- | OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs index 7197049..0312ec2 100644 --- a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs +++ b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs | |||
@@ -441,6 +441,10 @@ namespace OpenSim.Capabilities.Handlers | |||
441 | } | 441 | } |
442 | 442 | ||
443 | // Now scan for folder links and insert the items they target and those links at the head of the return data | 443 | // Now scan for folder links and insert the items they target and those links at the head of the return data |
444 | |||
445 | /* dont send contents of LinkFolders. | ||
446 | from docs seems this was never a spec | ||
447 | |||
444 | foreach (InventoryItemBase item in originalItems) | 448 | foreach (InventoryItemBase item in originalItems) |
445 | { | 449 | { |
446 | if (item.AssetType == (int)AssetType.LinkFolder) | 450 | if (item.AssetType == (int)AssetType.LinkFolder) |
@@ -471,6 +475,7 @@ namespace OpenSim.Capabilities.Handlers | |||
471 | } | 475 | } |
472 | } | 476 | } |
473 | } | 477 | } |
478 | */ | ||
474 | } | 479 | } |
475 | 480 | ||
476 | // foreach (InventoryItemBase item in contents.Items) | 481 | // foreach (InventoryItemBase item in contents.Items) |