From d24917bcba305cd1bc5f9e164e7c160f70130149 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 8 Sep 2011 23:34:18 +0200 Subject: [PATCH] [ticket/10359] Also include utf_tools in style.php because of request class. PHPBB3-10359 --- phpBB/style.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/style.php b/phpBB/style.php index eaab4544bc..36faa6d98d 100644 --- a/phpBB/style.php +++ b/phpBB/style.php @@ -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();