From: Andrew Dolgov Date: Thu, 4 Apr 2013 05:01:17 +0000 (+0400) Subject: all articles: allow archived X-Git-Tag: 1.7.7~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cf57eb3c5d30042412f11c56e1e9c7b2ac105d91;p=tt-rss.git all articles: allow archived --- diff --git a/include/functions.php b/include/functions.php index f4f6ed20..5870649c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2412,6 +2412,7 @@ $vfeed_query_part = "ttrss_feeds.title AS feed_title,"; } else if ($feed == -4) { // all articles virtual feed + $allow_archived = true; $query_strategy_part = "true"; $vfeed_query_part = "ttrss_feeds.title AS feed_title,"; } else if ($feed <= LABEL_BASE_INDEX) { // labels