summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-05 17:41:21 +0300
committerAndrew Dolgov <[email protected]>2010-11-05 17:41:21 +0300
commite325d7007588cfebe21f8a4d44931baba09bf1f5 (patch)
tree4b1aa15463899ec9ad0342d0d4d72efb14767333 /functions.php
parent39e80bafe80fcc3faa76fe3e0d4c816776bf3405 (diff)
fix category display
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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");