small fix

0.6.0-stable
MW 2008-06-28 21:14:01 +00:00
parent 1091f78e04
commit 6480d4ae80
1 changed files with 1 additions and 1 deletions

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(