From 2005a7bf4fe4590c2bebeaeb8ed65f7177530df8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 2 Mar 2021 09:36:44 +0300 Subject: revise behavior of Feeds::_cat_of --- classes/rssutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/rssutils.php') diff --git a/classes/rssutils.php b/classes/rssutils.php index 1bac2c475..e3d717e73 100755 --- a/classes/rssutils.php +++ b/classes/rssutils.php @@ -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"; -- cgit v1.2.3