mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:25:57 +00:00
opml: fix cat_filter type
This commit is contained in:
@@ -189,6 +189,8 @@ class Opml extends Handler_Protected {
|
|||||||
$tmp_line["feed"] = "";
|
$tmp_line["feed"] = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$tmp_line["cat_filter"] = sql_bool_to_bool($tmp_line["cat_filter"]);
|
||||||
|
|
||||||
unset($tmp_line["feed_id"]);
|
unset($tmp_line["feed_id"]);
|
||||||
unset($tmp_line["cat_id"]);
|
unset($tmp_line["cat_id"]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user