1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/11150] Fix comments

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2017-04-21 21:43:03 +02:00
parent 31953496ee
commit 69571f9cef
12 changed files with 17 additions and 435 deletions

View File

@@ -416,7 +416,7 @@ class container_builder
$ext_container->compile();
$config = $ext_container->get('config');
if (is_file($this->phpbb_root_path . $config['exts_composer_vendor_dir'] . '/autoload.php'))
if (@is_file($this->phpbb_root_path . $config['exts_composer_vendor_dir'] . '/autoload.php'))
{
require_once($this->phpbb_root_path . $config['exts_composer_vendor_dir'] . '/autoload.php');
}