mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
Ensure proxy_all setting is saved in database.
This commit is contained in:
@@ -239,7 +239,7 @@ class Af_Proxy_Http extends Plugin {
|
|||||||
function save() {
|
function save() {
|
||||||
$proxy_all = checkbox_to_sql_bool($_POST["proxy_all"]);
|
$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");
|
echo __("Configuration saved");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user