summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Discussions.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-04-11 09:10:22 +0200
committerYorhel <git@yorhel.nl>2016-04-11 09:10:22 +0200
commit9bd67c22575a65a36f0fb56560624156db99fa7c (patch)
treef10dbb02d4d8af210b0aabb46877e022e45423b4 /lib/VNDB/Handler/Discussions.pm
parent7445df38c6d34525b695c93627324d569c6ec15c (diff)
Handler::Discussions: Increase boards limit
Diffstat (limited to 'lib/VNDB/Handler/Discussions.pm')
-rw-r--r--lib/VNDB/Handler/Discussions.pm2
1 files changed, 1 insertions, 1 deletions
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 },