mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 21:59:15 +00:00
digest: fix feed-list not updating properly
This commit is contained in:
@@ -763,8 +763,9 @@
|
||||
|
||||
if ($subop == "digest-init") {
|
||||
print "<rpc-reply>";
|
||||
|
||||
$tmp_feeds = api_get_feeds($link, -3, true, false, 0);
|
||||
|
||||
$tmp_feeds = api_get_feeds($link, false, true, false, 0);
|
||||
$feeds = array();
|
||||
|
||||
foreach ($tmp_feeds as $f) {
|
||||
|
||||
Reference in New Issue
Block a user