]> git.wh0rd.org Git - tt-rss.git/commitdiff
digest: fix feed-list not updating properly
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 17 Nov 2010 10:48:09 +0000 (13:48 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 17 Nov 2010 10:48:09 +0000 (13:48 +0300)
modules/backend-rpc.php

index 2868318045b145fee53f29f54a7fcb45cd506979..d241df494c031e2ada82c87dd8295d8a9d3f6f3d 100644 (file)
 
                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) {