Merge branch 'master' into presence-refactor

This commit is contained in:
Melanie
2010-01-04 21:41:33 +00:00
62 changed files with 1839 additions and 823 deletions

View File

@@ -322,8 +322,8 @@ namespace OpenSim.ApplicationPlugins.RemoteController
if (Uri.TryCreate(file, UriKind.RelativeOrAbsolute, out result))
{
// the url is valid
string fileType = file.Substring(file.LastIndexOf('/') + 1);
terrainModule.LoadFromStream(fileType, result);
string fileType = file.Substring(file.LastIndexOf('/') + 1);
terrainModule.LoadFromStream(fileType, result);
}
}
else