mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11574] Include normalizer so it loads form the correct directory
PHPBB3-11574
This commit is contained in:
parent
3bccd10ccd
commit
6c52fae750
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ phpbb_require_updated('includes/functions_container.' . $phpEx);
|
||||||
phpbb_require_updated('includes/functions_content.' . $phpEx, true);
|
phpbb_require_updated('includes/functions_content.' . $phpEx, true);
|
||||||
|
|
||||||
phpbb_include_updated('includes/functions_admin.' . $phpEx);
|
phpbb_include_updated('includes/functions_admin.' . $phpEx);
|
||||||
|
phpbb_include_updated('includes/utf/utf_normalizer.' . $phpEx);
|
||||||
phpbb_include_updated('includes/utf/utf_tools.' . $phpEx);
|
phpbb_include_updated('includes/utf/utf_tools.' . $phpEx);
|
||||||
phpbb_require_updated('includes/functions_install.' . $phpEx);
|
phpbb_require_updated('includes/functions_install.' . $phpEx);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue