summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-12-06 08:28:51 +0100
committerYorhel <git@yorhel.nl>2018-12-06 08:28:51 +0100
commitd46eeec63a5bb1416fe9ca7a10607f3be0bd8851 (patch)
tree65572b1aa9f4c8bd9dced0c21d9f42a34ff79bd5 /lib/VNDB
parente191cf84733b751ac3e9a98c4cda10557ec148d3 (diff)
Increase maximum post board length
Diffstat (limited to 'lib/VNDB')
-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 },