summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 15:22:14 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 15:22:14 +0100
commite7dd88a215ef3e256746eb2474198fb6257f0cd3 (patch)
treef09eb18228648c0c94f1ecfb32cf79ac23f51724 /backend.php
parente07aec924ed3ffd63adca50a9cf07f9bd2dbc517 (diff)
attach counters to viewfeed output when subop is not blank
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 2fb3d8f9d..d26461b4f 100644
--- a/backend.php
+++ b/backend.php
@@ -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);