summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-19 22:52:32 +0400
committerAndrew Dolgov <[email protected]>2012-09-19 22:52:32 +0400
commit386c4ce63c95a687f4358839d6703a02b20ebe50 (patch)
tree9550fabab6916da0b9adcb278bc8d9af73d24a97 /include
parentc82c2aa412b912e409b328b46f535f6cb471340a (diff)
api: include recently read feed
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 2b0b3a40c..ba7cb75a8 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) {