about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/View.pm')
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 4ed5344e..8105affe 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -438,7 +438,7 @@ sub html_footer {
                 $idx = " <a\nhref=\"../t/$mid.html$t_anchor\">".
                        "threadlink</a>$idx";
                 my $res = $srch->get_followups($mid);
-                if (my $c = $res->{count}) {
+                if (my $c = $res->{total}) {
                         $c = $c == 1 ? '1 followup' : "$c followups";
                         $idx .= "\n$c:\n";
                         $res->{srch} = $srch;