diff --git a/functions.php b/functions.php index 11c539153..05d5e968e 100644 --- a/functions.php +++ b/functions.php @@ -5009,7 +5009,7 @@ // FIXME: might break tag display? - if ($feed > 0) { + if ($feed > 0 && !$cat_view) { $result = db_query($link, "SELECT id FROM ttrss_feeds WHERE id = '$feed' LIMIT 1");