diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-11-09 23:00:44 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-11-10 12:02:56 +0100 |
commit | 897e8f2e8361839a92acae7e77225ef212e44647 (patch) | |
tree | 106a2dbcdc3bcc40295ffca9c17d6ff086469ed0 /phpBB/common.php | |
parent | 3f2cbaac34e1cf126c73bebc7dcc3cdbd203d1b2 (diff) | |
download | forums-897e8f2e8361839a92acae7e77225ef212e44647.tar forums-897e8f2e8361839a92acae7e77225ef212e44647.tar.gz forums-897e8f2e8361839a92acae7e77225ef212e44647.tar.bz2 forums-897e8f2e8361839a92acae7e77225ef212e44647.tar.xz forums-897e8f2e8361839a92acae7e77225ef212e44647.zip |
[ticket/11152] Move container functions to a separate function file
PHPBB3-11152
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 6a7def1884..e24f9b4359 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -84,6 +84,7 @@ require($phpbb_root_path . 'includes/class_loader.' . $phpEx); require($phpbb_root_path . 'includes/functions.' . $phpEx); require($phpbb_root_path . 'includes/functions_content.' . $phpEx); +require($phpbb_root_path . 'includes/functions_container.' . $phpEx); require($phpbb_root_path . 'includes/constants.' . $phpEx); require($phpbb_root_path . 'includes/db/' . ltrim($dbms, 'dbal_') . '.' . $phpEx); |