aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/data
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-08-17 16:02:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-08-17 16:02:21 +0000
commitaecc7c91787abc8b61326f2f6460aeed9f372b52 (patch)
tree9c5e9e09bbacd7b220401ef5ef55c2be430f22b8 /phpBB/install/data
parent021fec01b291e37a1ddec27628522c62f6a86521 (diff)
downloadforums-aecc7c91787abc8b61326f2f6460aeed9f372b52.tar
forums-aecc7c91787abc8b61326f2f6460aeed9f372b52.tar.gz
forums-aecc7c91787abc8b61326f2f6460aeed9f372b52.tar.bz2
forums-aecc7c91787abc8b61326f2f6460aeed9f372b52.tar.xz
forums-aecc7c91787abc8b61326f2f6460aeed9f372b52.zip
oki doki
git-svn-id: file:///svn/phpbb/trunk@8041 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/data')
-rw-r--r--phpBB/install/data/new_normalizer.php2
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);
}
}