aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 4c45cc2aa1..7ae621ed6e 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -97,6 +97,7 @@ function decode_text(&$message, $bbcode_uid)
$search = array(
'<br />',
+ "[/*:m:$bbcode_uid]",
":u:$bbcode_uid",
":o:$bbcode_uid",
":$bbcode_uid"
@@ -105,6 +106,7 @@ function decode_text(&$message, $bbcode_uid)
"\n",
'',
'',
+ '',
''
);
$message = str_replace($search, $replace, $message);