mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11640] removed the unset
sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11640
This commit is contained in:
parent
fc6bed2856
commit
580131b5c3
1 changed files with 0 additions and 1 deletions
|
@ -2023,7 +2023,6 @@ function message_history($msg_id, $user_id, $message_row, $folder, $in_post_mode
|
|||
$parse_flags |= ($row['enable_smilies'] ? OPTION_FLAG_SMILIES : 0);
|
||||
|
||||
$message = generate_text_for_display($message, $row['bbcode_uid'], $row['bbcode_bitfield'], $parse_flags , false);
|
||||
unset($parse_flags);
|
||||
|
||||
$subject = censor_text($subject);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue