diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-09 16:46:16 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 19:01:09 +0100 |
commit | d2822af6d7fb6e1d8d67d9c8b758ecedb1d67b58 (patch) | |
tree | eb40a50448d239ebff6a013132d5c55f4b40d133 /phpBB/common.php | |
parent | [ticket/12620] Add inheritance between environments (diff) | |
download | phpbb-d2822af6d7fb6e1d8d67d9c8b758ecedb1d67b58.tar.gz phpbb-d2822af6d7fb6e1d8d67d9c8b758ecedb1d67b58.tar.bz2 phpbb-d2822af6d7fb6e1d8d67d9c8b758ecedb1d67b58.zip |
[ticket/12620] Rebased to the latest develop-ascraeus
PHPBB3-12620
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index a1142e4af4..2332802f30 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -107,7 +107,6 @@ if (ENVIRONMENT == 'debug' && !class_exists('Goutte\Client', true)) phpbb_load_extensions_autoloaders($phpbb_root_path); // Set up container -$phpbb_container = phpbb_create_default_container($phpbb_root_path, $phpEx); try { $phpbb_container_builder = new \phpbb\di\container_builder($phpbb_config_php_file, $phpbb_root_path, $phpEx); |