diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index 57c3ece..03569f6 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -786,6 +786,9 @@ namespace OpenSim.Framework.Communications.Cache | |||
786 | return true; | 786 | return true; |
787 | } | 787 | } |
788 | 788 | ||
789 | item = new InventoryItemBase(); | ||
790 | item.ID = itemID; | ||
791 | |||
789 | InventoryItemBase itemInfo = m_commsManager.InventoryService.QueryItem(item); | 792 | InventoryItemBase itemInfo = m_commsManager.InventoryService.QueryItem(item); |
790 | if (itemInfo != null) | 793 | if (itemInfo != null) |
791 | { | 794 | { |