attach counters to viewfeed output when subop is not blank

This commit is contained in:
Andrew Dolgov 2009-01-17 15:22:14 +01:00
parent e07aec924e
commit e7dd88a215
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@
// 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);