Ensure proxy_all setting is saved in database.
This commit is contained in:
parent
e3a522cdc1
commit
65b3926ae5
|
@ -239,7 +239,7 @@ class Af_Proxy_Http extends Plugin {
|
|||
function save() {
|
||||
$proxy_all = checkbox_to_sql_bool($_POST["proxy_all"]);
|
||||
|
||||
$this->host->set($this, "proxy_all", $proxy_all, false);
|
||||
$this->host->set($this, "proxy_all", $proxy_all);
|
||||
|
||||
echo __("Configuration saved");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue