]> git.wh0rd.org - tt-rss.git/commitdiff
attach counters to viewfeed output when subop is not blank
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 17 Jan 2009 14:22:14 +0000 (15:22 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 17 Jan 2009 14:22:14 +0000 (15:22 +0100)
backend.php

index 2fb3d8f9dc900a2adf17c5ca5fbc504f96f124eb..d26461b4fc71ab7923781bcff1b1311730563d7b 100644 (file)
 //                             print "</counters>";
 //                     }
 
-                       if (get_pref($link, 'COMBINED_DISPLAY_MODE')) {
+                       if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) {
                                if (!$offset) {
                                        print "<counters>";
                                        getAllCounters($link, $omode, $feed);