1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

all articles: allow archived

This commit is contained in:
Andrew Dolgov 2013-04-04 09:01:17 +04:00
parent cd4d71b41b
commit cf57eb3c5d

View File

@ -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