summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
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);