about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-21 23:43:12 +0000
committerEric Wong <e@80x24.org>2015-08-21 23:43:12 +0000
commit62395935e7bdd8e67776ebb9018f4633e67ff081 (patch)
treead0cdd7ae0f9d72d350b929afed4688f14f72792 /lib/PublicInbox/View.pm
parent7e3c392a55686d2ffe8611483e80a3ccc19e95f2 (diff)
downloadpublic-inbox-62395935e7bdd8e67776ebb9018f4633e67ff081.tar.gz
This is hopefully less ambiguous, as the word "count" confused
me, too.
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;