aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-12-19 19:07:35 +0000
committerJustin Clark-Casey (justincc)2011-12-19 19:07:35 +0000
commitfc9400db07a145600b4cd76de323403347b6d571 (patch)
treef3739c4a3f6ee14d2452be779886763946fa78c2 /OpenSim
parentMigrate detailed "appearance show" report generation up to AvatarFactoryModul... (diff)
parentaddresses mantis #5827 (diff)
downloadopensim-SC_OLD-fc9400db07a145600b4cd76de323403347b6d571.zip
opensim-SC_OLD-fc9400db07a145600b4cd76de323403347b6d571.tar.gz
opensim-SC_OLD-fc9400db07a145600b4cd76de323403347b6d571.tar.bz2
opensim-SC_OLD-fc9400db07a145600b4cd76de323403347b6d571.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index 0a262fb..7106e6a 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -1463,7 +1463,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
1463 options["profile"] = (string)requestData["profile"]; 1463 options["profile"] = (string)requestData["profile"];
1464 } 1464 }
1465 1465
1466 if (requestData["noassets"].ToString() == "true") 1466 if ((string)requestData["noassets"] == "true")
1467 { 1467 {
1468 options["noassets"] = (string)requestData["noassets"] ; 1468 options["noassets"] = (string)requestData["noassets"] ;
1469 } 1469 }