summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 9f0ae7306..441eacb20 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2466,7 +2466,7 @@
}
} else if ($feed == -6) { // recently read
- $query_strategy_part = "unread = false";
+ $query_strategy_part = "unread = false AND last_read IS NOT NULL";
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
$override_order = "last_read DESC";
} else if ($feed == -3) { // fresh virtual feed