diff options
small change to see if that helps with the inventory problems.
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index 524f314..46387ab 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -93,7 +93,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
93 | { | 93 | { |
94 | if (m_userProfile != null) | 94 | if (m_userProfile != null) |
95 | { | 95 | { |
96 | if (m_userProfile.UserInventoryURI != String.Empty) | 96 | if (! String.IsNullOrEmpty(m_userProfile.UserAssetURI)) |
97 | { | 97 | { |
98 | Uri uri = new Uri(m_userProfile.UserInventoryURI); | 98 | Uri uri = new Uri(m_userProfile.UserInventoryURI); |
99 | return uri.Host; | 99 | return uri.Host; |