aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/CachedUserInfo.cs2
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;