viewfeed: do not return sync counters on subop
This commit is contained in:
parent
0e2d03a74e
commit
81787bbf98
1 changed files with 3 additions and 3 deletions
|
@ -394,9 +394,9 @@
|
|||
$reply['articles'] = $articles;
|
||||
}
|
||||
|
||||
if ($subop) {
|
||||
$reply['counters'] = getAllCounters($link, $omode, $feed);
|
||||
}
|
||||
// if ($subop) {
|
||||
// $reply['counters'] = getAllCounters($link, $omode, $feed);
|
||||
// }
|
||||
|
||||
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("30", $timing_info);
|
||||
|
||||
|
|
Loading…
Reference in a new issue