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
1 changed files with 2 additions and 1 deletions

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