1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:45:55 +00:00

move virt feeds counter display to getVirtCounters()

This commit is contained in:
Andrew Dolgov
2009-12-30 10:07:00 +03:00
parent 2aa709f7ef
commit 0a6e5382cf
3 changed files with 24 additions and 36 deletions

View File

@@ -172,7 +172,7 @@
/* Virtual feeds */
if (!$cat_id || $cat_id == -1) {
foreach (array(-1, -2, -3, -4) as $i) {
foreach (array(-1, -2, -3, -4, 0) as $i) {
$unread = getFeedUnread($link, $i);
if ($unread || !$unread_only) {