From: Andrew Dolgov Date: Wed, 19 Sep 2012 18:52:32 +0000 (+0400) Subject: api: include recently read feed X-Git-Tag: 1.6.0~24 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=386c4ce63c95a687f4358839d6703a02b20ebe50;p=tt-rss.git api: include recently read feed --- diff --git a/include/functions.php b/include/functions.php index 2b0b3a40..ba7cb75a 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4484,7 +4484,7 @@ /* Virtual feeds */ if ($cat_id == -4 || $cat_id == -1) { - foreach (array(-1, -2, -3, -4, 0) as $i) { + foreach (array(-1, -2, -3, -4, -6, 0) as $i) { $unread = getFeedUnread($link, $i); if ($unread || !$unread_only) {