mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/11150] Fix comments
PHPBB3-11150
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user