mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12620] Add a test using a custom DI extension in an extension
PHPBB3-12620
This commit is contained in:
@@ -162,7 +162,7 @@ class container_builder
|
||||
$installed_exts = $this->get_installed_extensions();
|
||||
foreach ($installed_exts as $ext_name => $path)
|
||||
{
|
||||
$extension_class = '\\' . str_replace('/', '\\', $ext_name) . '\\di\extension';
|
||||
$extension_class = '\\' . str_replace('/', '\\', $ext_name) . '\\di\\extension';
|
||||
|
||||
if (!class_exists($extension_class))
|
||||
{
|
||||
|
Reference in New Issue
Block a user