all articles: allow archived
This commit is contained in:
parent
cd4d71b41b
commit
cf57eb3c5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue