mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 00:21:02 +01:00
[ticket/14925] Prefix modes from reparser with text_reparser
PHPBB3-14925
This commit is contained in:
parent
b4748a5d1e
commit
76e9f4dd2d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user