From 013f2ec59fafcc23ff3aec4e851405927816208f Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 23 Aug 2022 20:41:15 -0400 Subject: [PATCH] Can't remember why this was in here --- PostText.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostText.pl b/PostText.pl index bf68ada..1cc6942 100755 --- a/PostText.pl +++ b/PostText.pl @@ -71,7 +71,7 @@ group { $v = $c->validation() if $c->req->method eq 'POST'; if ($v && $v->has_data) { - my $thread_author = $c->param('name' ) || 'Anonymous'; + my $thread_author = $c->param('name' ); my $thread_title = $c->param('title'); my $thread_body = $c->param('post' );