Can't remember why this was in here

This commit is contained in:
swagg boi 2022-08-23 20:41:15 -04:00
parent a8dd4b6f1f
commit 013f2ec59f

View file

@ -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' );