diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-09-08 23:34:18 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-09-08 23:34:18 +0200 |
commit | d24917bcba305cd1bc5f9e164e7c160f70130149 (patch) | |
tree | 4f4d0790da0cd0b91c7727071a96e7ea2c05a141 | |
parent | 34bc0427df6d9adf004ab447a1d3af3bc3ebea52 (diff) | |
download | forums-d24917bcba305cd1bc5f9e164e7c160f70130149.tar forums-d24917bcba305cd1bc5f9e164e7c160f70130149.tar.gz forums-d24917bcba305cd1bc5f9e164e7c160f70130149.tar.bz2 forums-d24917bcba305cd1bc5f9e164e7c160f70130149.tar.xz forums-d24917bcba305cd1bc5f9e164e7c160f70130149.zip |
[ticket/10359] Also include utf_tools in style.php because of request class.
PHPBB3-10359
-rw-r--r-- | phpBB/style.php | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |