summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-21 05:42:31 +0100
committerAndrew Dolgov <[email protected]>2008-05-21 05:42:31 +0100
commit363c7a4a02be67def286dc80126291e2375fdfd6 (patch)
tree335507e166be4413a464d7349f70e15b6999e87c /backend.php
parent6cc1fab32228f509db4ecf2fa7973cc7c46a8ac7 (diff)
check for failures to request counters in async way after viewfeed/view (2)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 8cf5c1691..254dcbc5d 100644
--- a/backend.php
+++ b/backend.php
@@ -212,7 +212,7 @@
}
}
- if ($mode != "prefetch_old" && !$csync) {
+ if ($mode != "prefetch_old" || $csync) {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";