diff options
author | Snoopy Pfeffer | 2012-02-03 23:53:18 +0100 |
---|---|---|
committer | Snoopy Pfeffer | 2012-02-03 23:53:18 +0100 |
commit | 83ef13a79add392247ae8e36b419fdc8bc8c6b8b (patch) | |
tree | d0b1198b0624d4d0dab2db936a60e29acd30980f /OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |
parent | Corrected console help texts for "save iar" (diff) | |
download | opensim-SC_OLD-83ef13a79add392247ae8e36b419fdc8bc8c6b8b.zip opensim-SC_OLD-83ef13a79add392247ae8e36b419fdc8bc8c6b8b.tar.gz opensim-SC_OLD-83ef13a79add392247ae8e36b419fdc8bc8c6b8b.tar.bz2 opensim-SC_OLD-83ef13a79add392247ae8e36b419fdc8bc8c6b8b.tar.xz |
Changed save oar and save iar parameter -p|--profile to -h|--home, including corresponding RemoteAdmin parameter
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 7f1a0ed..24570d6 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -1410,9 +1410,9 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
1410 | // options["version"] = (string)requestData["version"]; | 1410 | // options["version"] = (string)requestData["version"]; |
1411 | //} | 1411 | //} |
1412 | 1412 | ||
1413 | if (requestData.Contains("profile")) | 1413 | if (requestData.Contains("home")) |
1414 | { | 1414 | { |
1415 | options["profile"] = (string)requestData["profile"]; | 1415 | options["home"] = (string)requestData["home"]; |
1416 | } | 1416 | } |
1417 | 1417 | ||
1418 | if ((string)requestData["noassets"] == "true") | 1418 | if ((string)requestData["noassets"] == "true") |