1
0
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:
JoshyPHP
2015-05-01 19:21:01 +02:00
parent 986af43f37
commit b5911281ae
5 changed files with 135 additions and 22 deletions

View File

@@ -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