diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 4ccdc1b3ec..d4be3ec65e 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1647,7 +1647,7 @@ function decode_message(&$message, $bbcode_uid = '') '#<.*?>#s' ); - $replace = array('\1', '\1', '\1', '\1', '\1', '', '<\1>'); + $replace = array('\1', '\1', '\1', '\1', '\1', '', ''); $message = preg_replace($match, $replace, $message); |