diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index 84ae0d2dd2..1e7e25c43f 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -696,7 +696,7 @@ function utf8_decode_ncr_callback($m) * Unicode characters. * @param string UTF-8 encoded string */ -function utf8_to_unicode($$string) +function utf8_to_unicode($string) { $unicode = array(); $offset = 0;