summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-04 09:01:17 +0400
committerAndrew Dolgov <[email protected]>2013-04-04 09:01:17 +0400
commitcf57eb3c5d30042412f11c56e1e9c7b2ac105d91 (patch)
tree1a992ca7cd992bc16035d835debcb7a6bda01b19 /include
parentcd4d71b41b7e3e7ea394cdbc20b7d62e4e3bc36b (diff)
all articles: allow archived
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index f4f6ed209..5870649ce 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