aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index b22003c..87eae1e 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -420,8 +420,8 @@ namespace OpenSim.ApplicationPlugins.RemoteController
420 if (Uri.TryCreate(file, UriKind.RelativeOrAbsolute, out result)) 420 if (Uri.TryCreate(file, UriKind.RelativeOrAbsolute, out result))
421 { 421 {
422 // the url is valid 422 // the url is valid
423 string fileType = file.Substring(file.LastIndexOf('/') + 1); 423 string fileType = file.Substring(file.LastIndexOf('/') + 1);
424 terrainModule.LoadFromStream(fileType, result); 424 terrainModule.LoadFromStream(fileType, result);
425 } 425 }
426 } 426 }
427 else 427 else