From 031b3d531437d4de85f2b89f33ab680acc9589cf Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 28 Jun 2008 23:05:08 +0000 Subject: small change to see if that helps with the inventory problems. --- OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { if (m_userProfile != null) { - if (m_userProfile.UserInventoryURI != String.Empty) + if (! String.IsNullOrEmpty(m_userProfile.UserAssetURI)) { Uri uri = new Uri(m_userProfile.UserInventoryURI); return uri.Host; -- cgit v1.1