summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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 },