aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textreparser/base.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2016-03-24 19:49:23 +0100
committerJoshyPHP <s9e.dev@gmail.com>2016-03-24 19:49:23 +0100
commit0ff4a6b6a4151f25d94d7b4f651b069e21b036b2 (patch)
treeddbae37837ca3a6a56371fff76a3c89bf83fa9c4 /phpBB/phpbb/textreparser/base.php
parentd8bcf479bf288103eca8b24cc6f72cf083f04ae8 (diff)
downloadforums-0ff4a6b6a4151f25d94d7b4f651b069e21b036b2.tar
forums-0ff4a6b6a4151f25d94d7b4f651b069e21b036b2.tar.gz
forums-0ff4a6b6a4151f25d94d7b4f651b069e21b036b2.tar.bz2
forums-0ff4a6b6a4151f25d94d7b4f651b069e21b036b2.tar.xz
forums-0ff4a6b6a4151f25d94d7b4f651b069e21b036b2.zip
[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
Diffstat (limited to 'phpBB/phpbb/textreparser/base.php')
-rw-r--r--phpBB/phpbb/textreparser/base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/textreparser/base.php b/phpBB/phpbb/textreparser/base.php
index 3e5ee248a1..afa5ccacad 100644
--- a/phpBB/phpbb/textreparser/base.php
+++ b/phpBB/phpbb/textreparser/base.php
@@ -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