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,