diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-09-08 23:45:34 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-09-08 23:45:34 +0200 |
commit | 5797de767e1a87dfe421420db2d39e4df2f74fe6 (patch) | |
tree | 4f4d0790da0cd0b91c7727071a96e7ea2c05a141 | |
parent | 56bd8f27cdca2b2ba55a95307fc7dcfb83c17866 (diff) | |
parent | d24917bcba305cd1bc5f9e164e7c160f70130149 (diff) | |
download | forums-5797de767e1a87dfe421420db2d39e4df2f74fe6.tar forums-5797de767e1a87dfe421420db2d39e4df2f74fe6.tar.gz forums-5797de767e1a87dfe421420db2d39e4df2f74fe6.tar.bz2 forums-5797de767e1a87dfe421420db2d39e4df2f74fe6.tar.xz forums-5797de767e1a87dfe421420db2d39e4df2f74fe6.zip |
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.
-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(); |