opml: fix cat_filter type

master
Andrew Dolgov 12 years ago
parent 8add44ec95
commit 8592a8e3b2

@ -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"]);

Loading…
Cancel
Save