mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/14225] Inject the loader resolver when using the delegating loader
PHPBB3-14225
This commit is contained in:
@@ -40,6 +40,7 @@ class loader_resolver implements LoaderResolverInterface
|
|||||||
{
|
{
|
||||||
if ($loader->supports($resource, $type))
|
if ($loader->supports($resource, $type))
|
||||||
{
|
{
|
||||||
|
$loader->setResolver($this);
|
||||||
return $loader;
|
return $loader;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user