]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_zz_imgproxy/init.php
checkbox to sql bool related changes, some more boolean fixes
[tt-rss.git] / plugins / af_zz_imgproxy / init.php
index 4cfca4180516612192316e42ff2f7fbf579a869d..a6f0083245673ea8b1bf26f9f4e876e663fb6f2b 100644 (file)
@@ -241,8 +241,8 @@ class Af_Zz_ImgProxy extends Plugin {
        }
 
        function save() {
-               $proxy_all = checkbox_to_sql_bool($_POST["proxy_all"]) == "true";
-               $disable_cache = checkbox_to_sql_bool($_POST["disable_cache"]) == "true";
+               $proxy_all = checkbox_to_sql_bool($_POST["proxy_all"]);
+               $disable_cache = checkbox_to_sql_bool($_POST["disable_cache"]);
 
                $this->host->set($this, "proxy_all", $proxy_all, false);
                $this->host->set($this, "disable_cache", $disable_cache);