1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

fix filters not loading for feeds in Uncategorized

This commit is contained in:
Andrew Dolgov
2012-09-03 10:26:54 +04:00
parent 75c648cf5c
commit 5574b09ec2

View File

@@ -3608,7 +3608,7 @@
function load_filters($link, $feed_id, $owner_uid, $action_id = false) {
$filters = array();
$cat_id = getFeedCategory($link, $feed_id);
$cat_id = (int)getFeedCategory($link, $feed_id);
$result = db_query($link, "SELECT * FROM ttrss_filters2 WHERE
owner_uid = $owner_uid AND enabled = true");