aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-11 15:55:04 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-07-13 09:57:57 +0200
commit6c52fae750ed2955b8c0d737e72f101f4d6f2e3a (patch)
tree0258a0c0d52ff505ef02f0e321b8535c558e303e
parent3bccd10ccd509ae622cfd23f075fce1d1289888a (diff)
downloadforums-6c52fae750ed2955b8c0d737e72f101f4d6f2e3a.tar
forums-6c52fae750ed2955b8c0d737e72f101f4d6f2e3a.tar.gz
forums-6c52fae750ed2955b8c0d737e72f101f4d6f2e3a.tar.bz2
forums-6c52fae750ed2955b8c0d737e72f101f4d6f2e3a.tar.xz
forums-6c52fae750ed2955b8c0d737e72f101f4d6f2e3a.zip
[ticket/11574] Include normalizer so it loads form the correct directory
PHPBB3-11574
-rw-r--r--phpBB/install/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index fd6734cbfb..4051a5a08b 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -103,6 +103,7 @@ phpbb_require_updated('includes/functions_container.' . $phpEx);
phpbb_require_updated('includes/functions_content.' . $phpEx, true);
phpbb_include_updated('includes/functions_admin.' . $phpEx);
+phpbb_include_updated('includes/utf/utf_normalizer.' . $phpEx);
phpbb_include_updated('includes/utf/utf_tools.' . $phpEx);
phpbb_require_updated('includes/functions_install.' . $phpEx);