diff options
Diffstat (limited to 'phpBB/includes/functions_content.php')
| -rw-r--r-- | phpBB/includes/functions_content.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php index 39a3f0352f..df4a51db98 100644 --- a/phpBB/includes/functions_content.php +++ b/phpBB/includes/functions_content.php @@ -469,7 +469,7 @@ function decode_message(&$message, $bbcode_uid = '')  		$message = str_replace($match, $replace, $message);  		$match = get_preg_expression('bbcode_htm'); -		$replace = array('\1', '\1', '\3', '\1', '', ''); +		$replace = array('\1', '\1', '\2', '\2', '\1', '', '');  		$message = preg_replace($match, $replace, $message);  	}  | 
