]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
search: s/count/total/ for results
[public-inbox.git] / lib / PublicInbox / View.pm
index 4ed5344e585084c9c94dc3478c0867c01e6750d9..8105affecffa7fa8412b8c0f8013ce18e14de0d2 100644 (file)
@@ -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;