mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
addresses mantis #5827
RAdmin - admin_save_oar fails if noassets parameter missing thanks Michelle Argus
This commit is contained in:
@@ -1463,7 +1463,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
options["profile"] = (string)requestData["profile"];
|
||||
}
|
||||
|
||||
if (requestData["noassets"].ToString() == "true")
|
||||
if ((string)requestData["noassets"] == "true")
|
||||
{
|
||||
options["noassets"] = (string)requestData["noassets"] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user