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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user