From: Andrew Dolgov Date: Sat, 17 Jan 2009 14:22:14 +0000 (+0100) Subject: attach counters to viewfeed output when subop is not blank X-Git-Tag: 1.3.0~120 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e7dd88a215ef3e256746eb2474198fb6257f0cd3;p=tt-rss.git attach counters to viewfeed output when subop is not blank --- diff --git a/backend.php b/backend.php index 2fb3d8f9..d26461b4 100644 --- a/backend.php +++ b/backend.php @@ -350,7 +350,7 @@ // print ""; // } - if (get_pref($link, 'COMBINED_DISPLAY_MODE')) { + if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) { if (!$offset) { print ""; getAllCounters($link, $omode, $feed);