From e7dd88a215ef3e256746eb2474198fb6257f0cd3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 15:22:14 +0100 Subject: [PATCH] attach counters to viewfeed output when subop is not blank --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.php b/backend.php index 2fb3d8f9..d26461b4 100644 --- a/backend.php +++ b/backend.php @@ -350,7 +350,7 @@ // print ""; // } - if (get_pref($link, 'COMBINED_DISPLAY_MODE')) { + if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop) { if (!$offset) { print ""; getAllCounters($link, $omode, $feed); -- 2.39.5