From 9bd67c22575a65a36f0fb56560624156db99fa7c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 11 Apr 2016 09:10:22 +0200 Subject: Handler::Discussions: Increase boards limit --- lib/VNDB/Handler/Discussions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/VNDB/Handler/Discussions.pm b/lib/VNDB/Handler/Discussions.pm index 1a905b7b..381cdcf9 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 => 50 }, + { post => 'boards', maxlength => 100 }, $haspoll ? ( { post => 'poll', required => 0 }, { post => 'poll_question', required => 1, maxlength => 100 }, -- cgit v1.2.3