mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 12:11:29 +00:00
attach counters to viewfeed output when subop is not blank
This commit is contained in:
@@ -350,7 +350,7 @@
|
|||||||
// print "</counters>";
|
// print "</counters>";
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if (get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) {
|
||||||
if (!$offset) {
|
if (!$offset) {
|
||||||
print "<counters>";
|
print "<counters>";
|
||||||
getAllCounters($link, $omode, $feed);
|
getAllCounters($link, $omode, $feed);
|
||||||
|
|||||||
Reference in New Issue
Block a user