mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:55:56 +00:00
generate_syndicated_feeds use last_published/last_marked
This commit is contained in:
@@ -21,7 +21,9 @@ class Handler_Public extends Handler {
|
||||
}
|
||||
|
||||
if ($feed == -2)
|
||||
$date_sort_field = "last_read";
|
||||
$date_sort_field = "last_published";
|
||||
else if ($feed == -1)
|
||||
$date_sort_field = "last_marked";
|
||||
|
||||
$qfh_ret = queryFeedHeadlines($this->link, $feed,
|
||||
$limit, $view_mode, $is_cat, $search, $search_mode,
|
||||
|
||||
Reference in New Issue
Block a user