aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/data
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/data')
-rw-r--r--phpBB/install/data/confusables.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/data/confusables.php b/phpBB/install/data/confusables.php
index 992207c1ef..00e806f639 100644
--- a/phpBB/install/data/confusables.php
+++ b/phpBB/install/data/confusables.php
@@ -628,7 +628,6 @@ function utf8_new_case_fold_nfkc($text, $option = 'full')
"\xF0\x9D\x9E\xBB" => "\xCF\x83",
"\xF0\x9D\x9F\x8A" => "\xCF\x9D",
);
- global $phpbb_root_path, $phpEx;
// do the case fold
$text = utf8_new_case_fold($text, $option);