1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

Merge remote-tracking branch 'bantu/ticket/10359' into develop

* bantu/ticket/10359:
  [ticket/10359] Also include utf_tools in style.php because of request class.
This commit is contained in:
Igor Wiedler 2011-09-08 23:45:34 +02:00
commit 5797de767e

View File

@ -49,6 +49,7 @@ if ($id)
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
require($phpbb_root_path . 'includes/constants.' . $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->register();