1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:15:56 +00:00

revise behavior of Feeds::_cat_of

This commit is contained in:
Andrew Dolgov
2021-03-02 09:36:44 +03:00
parent f097ae608d
commit 2005a7bf4f
2 changed files with 5 additions and 4 deletions

View File

@@ -1713,7 +1713,7 @@ class RSSUtils {
$filters = array();
$feed_id = (int) $feed_id;
$cat_id = (int)Feeds::_cat_of_feed($feed_id);
$cat_id = Feeds::_cat_of($feed_id);
if (!$cat_id)
$null_cat_qpart = "cat_id IS NULL OR";