]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
check for failures to request counters in async way after viewfeed/view (2)
[tt-rss.git] / backend.php
index 8cf5c16918f97c4dea5af61ae7a4a5ff0a88c01d..254dcbc5deb338248d4b7e2f3a93070d3af7f319 100644 (file)
                                }
                        }
 
-                       if ($mode != "prefetch_old" && !$csync) {
+                       if ($mode != "prefetch_old" || $csync) {
                                print "<counters>";
                                getAllCounters($link, $omode);
                                print "</counters>";