opml: fix cat_filter type

This commit is contained in:
Andrew Dolgov 2012-09-02 13:38:03 +04:00
parent 8add44ec95
commit 8592a8e3b2
1 changed files with 2 additions and 0 deletions

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