summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 7c35b22cb..ed0963c46 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -583,6 +583,7 @@
$query_strategy_part = "unread = false AND last_read IS NOT NULL";
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
$allow_archived = true;
+ $ignore_vfeed_group = true;
if (!$override_order) $override_order = "last_read DESC";