mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10359] Also include utf_tools in style.php because of request class.
PHPBB3-10359
This commit is contained in:
parent
34bc0427df
commit
d24917bcba
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ if ($id)
|
||||||
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
|
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/functions.' . $phpEx);
|
require($phpbb_root_path . 'includes/functions.' . $phpEx);
|
||||||
|
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
|
||||||
|
|
||||||
$class_loader = new phpbb_class_loader($phpbb_root_path, '.' . $phpEx);
|
$class_loader = new phpbb_class_loader($phpbb_root_path, '.' . $phpEx);
|
||||||
$class_loader->register();
|
$class_loader->register();
|
||||||
|
|
Loading…
Add table
Reference in a new issue