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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user