small fix

This commit is contained in:
MW
2008-06-28 21:14:01 +00:00
parent 1091f78e04
commit 6480d4ae80

View File

@@ -424,7 +424,7 @@ namespace OpenSim.Grid.UserServer
string invUrl = m_config.InventoryUrl;
if (serverUrl != String.Empty)
{
invUrl = serverUrl;
invUrl = serverUrl+"/";
}
m_log.DebugFormat(