mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/16955] Clean up textformatter and textreparser
PHPBB3-16955
This commit is contained in:
@@ -243,7 +243,8 @@ abstract class base implements reparser_interface
|
||||
// generate_text_for_edit() and decode_message() actually return the text as HTML. It has to
|
||||
// be decoded to plain text before it can be reparsed
|
||||
$text = html_entity_decode($unparsed['text'], ENT_QUOTES, 'UTF-8');
|
||||
$bitfield = $flags = null;
|
||||
$bitfield = '';
|
||||
$flags = 0;
|
||||
generate_text_for_storage(
|
||||
$text,
|
||||
$unparsed['bbcode_uid'],
|
||||
|
Reference in New Issue
Block a user