From 5a9ab37254fd41052452c994a70b4544df2d1737 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 2 Sep 2022 21:17:01 -0400 Subject: [PATCH] Missed this one... --- PostText.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostText.pl b/PostText.pl index 4ce8727..1b38365 100755 --- a/PostText.pl +++ b/PostText.pl @@ -129,7 +129,7 @@ group { } my $thread = $c->thread->by_id($thread_id); - my $last_remark = $c->remark->last_remark($thread_id); + my $last_remark = $c->remark->last_for($thread_id); $c->stash( thread => $thread,