diff options
Diffstat (limited to 'phpBB/develop/unicode_testing.php')
-rw-r--r-- | phpBB/develop/unicode_testing.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/develop/unicode_testing.php b/phpBB/develop/unicode_testing.php index 25a13d1325..c8712ba53f 100644 --- a/phpBB/develop/unicode_testing.php +++ b/phpBB/develop/unicode_testing.php @@ -98,8 +98,7 @@ function utf8_normalize_nfkc($strings) if (!class_exists('utf_normalizer')) { - global $phpbb_root_path, $phpEx; - include($phpbb_root_path . 'includes/utf/utf_normalizer.' . $phpEx); + include(PHPBB_ROOT_PATH . 'includes/utf/utf_normalizer.' . PHP_EXT); } if (!is_array($strings)) |