mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 19:11:33 +00:00
more digest page improvements
This commit is contained in:
@@ -989,7 +989,7 @@
|
||||
print "<rpc-reply>";
|
||||
|
||||
$headlines = api_get_headlines($link, $feed_id, 10, $offset,
|
||||
'', ($feed_id == -4), true, false, "unread", "updated DESC");
|
||||
'', ($feed_id == -4), true, true, "unread", "updated DESC");
|
||||
|
||||
//function api_get_headlines($link, $feed_id, $limit, $offset,
|
||||
// $filter, $is_cat, $show_excerpt, $show_content, $view_mode) {
|
||||
|
||||
Reference in New Issue
Block a user