1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14381] Set the mode in message parser to "reparse"

The default mode is "post". By setting it to something else,
all limits pertaining to posts (min/max length, etc...) should
be disabled.

PHPBB3-14381
This commit is contained in:
JoshyPHP
2016-03-24 19:49:23 +01:00
parent d8bcf479bf
commit 0ff4a6b6a4
3 changed files with 91 additions and 1 deletions

View File

@@ -230,7 +230,8 @@ abstract class base implements reparser_interface
$unparsed['enable_img_bbcode'],
$unparsed['enable_flash_bbcode'],
$unparsed['enable_quote_bbcode'],
$unparsed['enable_url_bbcode']
$unparsed['enable_url_bbcode'],
'reparse'
);
// Save the new text if it has changed and it's not a dry run