From 386c4ce63c95a687f4358839d6703a02b20ebe50 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 19 Sep 2012 22:52:32 +0400 Subject: [PATCH] api: include recently read feed --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2