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

This commit is contained in:
MW
2008-06-28 23:05:08 +00:00
parent 85f893f0b3
commit 031b3d5314

View File

@@ -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;