From aecc7c91787abc8b61326f2f6460aeed9f372b52 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 17 Aug 2007 16:02:21 +0000 Subject: oki doki git-svn-id: file:///svn/phpbb/trunk@8041 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/data/new_normalizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/install/data/new_normalizer.php') 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); } } -- cgit v1.2.1