fix category display

This commit is contained in:
Andrew Dolgov 2010-11-05 17:41:21 +03:00
parent 39e80bafe8
commit e325d70075
1 changed files with 1 additions and 1 deletions

View File

@ -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");