diff options
Diffstat (limited to 'phpBB/install/data')
-rw-r--r-- | phpBB/install/data/new_normalizer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/data/new_normalizer.php b/phpBB/install/data/new_normalizer.php index a050520690..bd9920f5cd 100644 --- a/phpBB/install/data/new_normalizer.php +++ b/phpBB/install/data/new_normalizer.php @@ -174,7 +174,7 @@ class utf_new_normalizer include($phpbb_root_path . 'includes/utf/data/utf_canonical_comp.' . $phpEx); } - return utf_normalizer::recompose($str, $pos, $len, &$qc, &$decomp_map); + return utf_normalizer::recompose($str, $pos, $len, $qc, $decomp_map); } } |