mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14925] Prefix modes from reparser with text_reparser
PHPBB3-14925
This commit is contained in:
parent
b4748a5d1e
commit
76e9f4dd2d
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ abstract class base implements reparser_interface
|
||||||
$unparsed['enable_flash_bbcode'],
|
$unparsed['enable_flash_bbcode'],
|
||||||
$unparsed['enable_quote_bbcode'],
|
$unparsed['enable_quote_bbcode'],
|
||||||
$unparsed['enable_url_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
|
// Save the new text if it has changed and it's not a dry run
|
||||||
|
|
Loading…
Add table
Reference in a new issue