From: Andrew Dolgov Date: Thu, 11 Nov 2010 10:38:29 +0000 (+0300) Subject: viewfeed: only return counters when subop is present X-Git-Tag: 1.5.0~286 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=dd25b0c6cdd9b57058022cb6550150fc387c1672;p=tt-rss.git viewfeed: only return counters when subop is present --- diff --git a/backend.php b/backend.php index d9b44aef..13e7b934 100644 --- a/backend.php +++ b/backend.php @@ -387,7 +387,8 @@ if ($_REQUEST["debug"]) $timing_info = print_checkpoint("20", $timing_info); - if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) { + //if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) { + if ($subop) { print "";