aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/XInventoryService.cs
diff options
context:
space:
mode:
authorDiva Canto2010-05-16 09:12:40 -0700
committerDiva Canto2010-05-16 09:12:40 -0700
commit0b43b263d48b576df12fd88fc303ce9cfe2066ec (patch)
tree6187af27fee30c2fe67c91fde2b34c9dc0870826 /OpenSim/Services/InventoryService/XInventoryService.cs
parentFixes mantis #4622. (diff)
downloadopensim-SC_OLD-0b43b263d48b576df12fd88fc303ce9cfe2066ec.zip
opensim-SC_OLD-0b43b263d48b576df12fd88fc303ce9cfe2066ec.tar.gz
opensim-SC_OLD-0b43b263d48b576df12fd88fc303ce9cfe2066ec.tar.bz2
opensim-SC_OLD-0b43b263d48b576df12fd88fc303ce9cfe2066ec.tar.xz
Fixes mantis #4691
Diffstat (limited to 'OpenSim/Services/InventoryService/XInventoryService.cs')
-rw-r--r--OpenSim/Services/InventoryService/XInventoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/InventoryService/XInventoryService.cs b/OpenSim/Services/InventoryService/XInventoryService.cs
index 4d7103b..974caf0 100644
--- a/OpenSim/Services/InventoryService/XInventoryService.cs
+++ b/OpenSim/Services/InventoryService/XInventoryService.cs
@@ -386,7 +386,7 @@ namespace OpenSim.Services.InventoryService
386 XInventoryItem[] items = m_Database.GetActiveGestures(principalID); 386 XInventoryItem[] items = m_Database.GetActiveGestures(principalID);
387 387
388 if (items.Length == 0) 388 if (items.Length == 0)
389 return null; 389 return new List<InventoryItemBase>();
390 390
391 List<InventoryItemBase> ret = new List<InventoryItemBase>(); 391 List<InventoryItemBase> ret = new List<InventoryItemBase>();
392 392