Change URI to lowercase to match existing

iar_mods
BlueWall 2012-01-19 13:55:53 -05:00
parent bf9ce4709f
commit edb2e4c5b3
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ namespace OpenSim.Server.Handlers.Grid
if (!String.IsNullOrEmpty(HomeURI))
{
map["HomeURI"] = OSD.FromString(HomeURI);
map["home"] = OSD.FromString(HomeURI);
}
return OSDParser.SerializeJsonString(map).ToString();