digest: fix feed-list not updating properly
This commit is contained in:
parent
b63d9765f3
commit
a17d721902
|
@ -764,7 +764,8 @@
|
||||||
if ($subop == "digest-init") {
|
if ($subop == "digest-init") {
|
||||||
print "<rpc-reply>";
|
print "<rpc-reply>";
|
||||||
|
|
||||||
$tmp_feeds = api_get_feeds($link, false, true, false, 0);
|
$tmp_feeds = api_get_feeds($link, -3, true, false, 0);
|
||||||
|
|
||||||
$feeds = array();
|
$feeds = array();
|
||||||
|
|
||||||
foreach ($tmp_feeds as $f) {
|
foreach ($tmp_feeds as $f) {
|
||||||
|
|
Loading…
Reference in New Issue