mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/13803] Added tests, fixed param order in generate_text_for_storage()
PHPBB3-13803
This commit is contained in:
@@ -63,8 +63,8 @@ abstract class base implements reparser_interface
|
||||
$bitfield,
|
||||
$flags,
|
||||
$unparsed['enable_bbcode'],
|
||||
$unparsed['enable_smilies'],
|
||||
$unparsed['enable_magic_url']
|
||||
$unparsed['enable_magic_url'],
|
||||
$unparsed['enable_smilies']
|
||||
);
|
||||
|
||||
// Save the new text if it has changed
|
||||
|
Reference in New Issue
Block a user