]> git.wh0rd.org - tt-rss.git/commitdiff
check for failures to request counters in async way after viewfeed/view (2)
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 21 May 2008 04:42:31 +0000 (05:42 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 21 May 2008 04:42:31 +0000 (05:42 +0100)
backend.php

index 8cf5c16918f97c4dea5af61ae7a4a5ff0a88c01d..254dcbc5deb338248d4b7e2f3a93070d3af7f319 100644 (file)
                                }
                        }
 
-                       if ($mode != "prefetch_old" && !$csync) {
+                       if ($mode != "prefetch_old" || $csync) {
                                print "<counters>";
                                getAllCounters($link, $omode);
                                print "</counters>";