From: Andrew Dolgov Date: Wed, 21 May 2008 04:42:31 +0000 (+0100) Subject: check for failures to request counters in async way after viewfeed/view (2) X-Git-Tag: 1.2.23-final~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=363c7a4a02be67def286dc80126291e2375fdfd6;p=tt-rss.git check for failures to request counters in async way after viewfeed/view (2) --- diff --git a/backend.php b/backend.php index 8cf5c169..254dcbc5 100644 --- a/backend.php +++ b/backend.php @@ -212,7 +212,7 @@ } } - if ($mode != "prefetch_old" && !$csync) { + if ($mode != "prefetch_old" || $csync) { print ""; getAllCounters($link, $omode); print "";