1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14925] Prefix modes from reparser with text_reparser

PHPBB3-14925
This commit is contained in:
Matt Friedman
2016-12-18 09:12:26 -08:00
committed by GitHub
parent b4748a5d1e
commit 76e9f4dd2d

View File

@@ -256,7 +256,7 @@ abstract class base implements reparser_interface
$unparsed['enable_flash_bbcode'],
$unparsed['enable_quote_bbcode'],
$unparsed['enable_url_bbcode'],
$this->get_name()
'text_reparser.' . $this->get_name()
);
// Save the new text if it has changed and it's not a dry run