From d46eeec63a5bb1416fe9ca7a10607f3be0bd8851 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 6 Dec 2018 08:28:51 +0100 Subject: Increase maximum post board length --- lib/VNDB/Handler/Discussions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNDB') diff --git a/lib/VNDB/Handler/Discussions.pm b/lib/VNDB/Handler/Discussions.pm index f6b68c36..cab4fdb9 100644 --- a/lib/VNDB/Handler/Discussions.pm +++ b/lib/VNDB/Handler/Discussions.pm @@ -171,7 +171,7 @@ sub edit { $frm = $self->formValidate( !$tid || $num == 1 ? ( { post => 'title', maxlength => 50 }, - { post => 'boards', maxlength => 100 }, + { post => 'boards', maxlength => 200 }, $haspoll ? ( { post => 'poll', required => 0 }, { post => 'poll_question', required => 1, maxlength => 100 }, -- cgit v1.2.3