diff options
Diffstat (limited to 'linden/indra/newview/llfloaterregioninfo.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterregioninfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterregioninfo.cpp b/linden/indra/newview/llfloaterregioninfo.cpp index 5833c2f..20f3192 100644 --- a/linden/indra/newview/llfloaterregioninfo.cpp +++ b/linden/indra/newview/llfloaterregioninfo.cpp | |||
@@ -716,10 +716,11 @@ BOOL LLPanelRegionGeneralInfo::sendUpdate() | |||
716 | body["allow_land_resell"] = childGetValue("allow_land_resell_check"); | 716 | body["allow_land_resell"] = childGetValue("allow_land_resell_check"); |
717 | body["agent_limit"] = childGetValue("agent_limit_spin"); | 717 | body["agent_limit"] = childGetValue("agent_limit_spin"); |
718 | body["prim_bonus"] = childGetValue("object_bonus_spin"); | 718 | body["prim_bonus"] = childGetValue("object_bonus_spin"); |
719 | body["sim_access"] = childGetValue("access_combo"); | 719 | body["sim_access"] = LLViewerRegion::stringToAccess(childGetValue("access_combo").asString().c_str()); |
720 | body["restrict_pushobject"] = childGetValue("restrict_pushobject"); | 720 | body["restrict_pushobject"] = childGetValue("restrict_pushobject"); |
721 | body["allow_parcel_changes"] = childGetValue("allow_parcel_changes_check"); | 721 | body["allow_parcel_changes"] = childGetValue("allow_parcel_changes_check"); |
722 | body["block_parcel_search"] = childGetValue("block_parcel_search_check"); | 722 | body["block_parcel_search"] = childGetValue("block_parcel_search_check"); |
723 | |||
723 | LLHTTPClient::post(url, body, new LLHTTPClient::Responder()); | 724 | LLHTTPClient::post(url, body, new LLHTTPClient::Responder()); |
724 | } | 725 | } |
725 | else | 726 | else |