diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index fc938c69..3f5a59a3 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -401,8 +401,6 @@ function get_sub_taged_string($message, $bbcode_uid, $length) { global $phpbb_root_path, $phpEx; - $message = htmlspecialchars_decode($message); - if(!class_exists('phpbb_trim_message')) { include($phpbb_root_path . 'includes/trim_message/trim_message.' . $phpEx);