1
0
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:
Andrew Dolgov
2010-11-17 13:48:09 +03:00
parent b63d9765f3
commit a17d721902

View File

@@ -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) {