diff --git a/include/functions.php b/include/functions.php index f447d06f5..9389e99f0 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4058,6 +4058,8 @@ $qpart .= " AND $cat_qpart"; } + $qpart .= " AND feed_id IS NOT NULL"; + array_push($query, "($qpart)"); }