small change to see if that helps with the inventory problems.

0.6.0-stable
MW 2008-06-28 23:05:08 +00:00
parent 85f893f0b3
commit 031b3d5314
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ namespace OpenSim.Framework.Communications.Cache
{ {
if (m_userProfile != null) if (m_userProfile != null)
{ {
if (m_userProfile.UserInventoryURI != String.Empty) if (! String.IsNullOrEmpty(m_userProfile.UserAssetURI))
{ {
Uri uri = new Uri(m_userProfile.UserInventoryURI); Uri uri = new Uri(m_userProfile.UserInventoryURI);
return uri.Host; return uri.Host;