From 0a6e5382cfd59f2cbfeefd0bfd7d9af1408236df Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Dec 2009 10:07:00 +0300 Subject: move virt feeds counter display to getVirtCounters() --- api/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/index.php') diff --git a/api/index.php b/api/index.php index 0e07abb4b..5d7493402 100644 --- a/api/index.php +++ b/api/index.php @@ -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) { -- cgit v1.2.3-54-g00ecf