From: Andrew Dolgov Date: Sun, 2 Sep 2012 09:38:03 +0000 (+0400) Subject: opml: fix cat_filter type X-Git-Tag: 1.6.0~85^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8592a8e3b2515499450568e2a7ab9a347ca7d535;p=tt-rss.git opml: fix cat_filter type --- diff --git a/classes/opml.php b/classes/opml.php index 4cf9a71a..815ae883 100644 --- a/classes/opml.php +++ b/classes/opml.php @@ -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"]);