aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities
diff options
context:
space:
mode:
authorUbitUmarov2016-07-19 19:01:03 +0100
committerUbitUmarov2016-07-19 19:01:03 +0100
commit2c6db4f617eb23581e9f7c144f96f5a55ba77803 (patch)
treea003cee342999b9c6ed852c863c964ed78d8d269 /OpenSim/Capabilities
parentsome cleanup on FetchInvDescHandler (diff)
downloadopensim-SC-2c6db4f617eb23581e9f7c144f96f5a55ba77803.zip
opensim-SC-2c6db4f617eb23581e9f7c144f96f5a55ba77803.tar.gz
opensim-SC-2c6db4f617eb23581e9f7c144f96f5a55ba77803.tar.bz2
opensim-SC-2c6db4f617eb23581e9f7c144f96f5a55ba77803.tar.xz
fix a typo
Diffstat (limited to 'OpenSim/Capabilities')
-rw-r--r--OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
index 8998b7a..525381d 100644
--- a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
+++ b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
@@ -591,7 +591,7 @@ namespace OpenSim.Capabilities.Handlers
591 591
592 if (freq.fetch_items && contents.Items != null) 592 if (freq.fetch_items && contents.Items != null)
593 { 593 {
594 // viewers are lasy and want a copy of the link item sent before the link to it 594 // viewers are lasy and want a copy of the linked item sent before the link to it
595 595
596 // descendents must only include the links, not the linked items we add 596 // descendents must only include the links, not the linked items we add
597 coll.Descendents = contents.Items.Count; 597 coll.Descendents = contents.Items.Count;