1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:45:56 +00:00

viewfeed: do not return sync counters on subop

This commit is contained in:
Andrew Dolgov
2011-08-30 19:41:27 +04:00
parent 0e2d03a74e
commit 81787bbf98

View File

@@ -394,9 +394,9 @@
$reply['articles'] = $articles; $reply['articles'] = $articles;
} }
if ($subop) { // if ($subop) {
$reply['counters'] = getAllCounters($link, $omode, $feed); // $reply['counters'] = getAllCounters($link, $omode, $feed);
} // }
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("30", $timing_info); if ($_REQUEST["debug"]) $timing_info = print_checkpoint("30", $timing_info);