summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-30 10:07:00 +0300
committerAndrew Dolgov <[email protected]>2009-12-30 10:07:00 +0300
commit0a6e5382cfd59f2cbfeefd0bfd7d9af1408236df (patch)
tree5a59932b24b96ebd11941a960adeab9b5ff9662a /api
parent2aa709f7ef51c0922e9729f1b4ab70413b5a4e60 (diff)
move virt feeds counter display to getVirtCounters()
Diffstat (limited to 'api')
-rw-r--r--api/index.php2
1 files changed, 1 insertions, 1 deletions
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) {