]> git.wh0rd.org - tt-rss.git/commitdiff
opml: fix cat_filter type
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 2 Sep 2012 09:38:03 +0000 (13:38 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 2 Sep 2012 09:38:03 +0000 (13:38 +0400)
classes/opml.php

index 4cf9a71a44587f3d78b1c9f599dcdc49bbfd92e9..815ae883b9f6b7665a27ba0d32203a08099d2199 100644 (file)
@@ -189,6 +189,8 @@ class Opml extends Handler_Protected {
                                                $tmp_line["feed"] = "";
                                        }
 
+                                       $tmp_line["cat_filter"] = sql_bool_to_bool($tmp_line["cat_filter"]);
+
                                        unset($tmp_line["feed_id"]);
                                        unset($tmp_line["cat_id"]);