1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

[ticket/14225] Inject the loader resolver when using the delegating loader

PHPBB3-14225
This commit is contained in:
Tristan Darricau 2015-10-08 23:16:40 +02:00
parent 8f10212f38
commit 0799a4808d

View File

@ -40,6 +40,7 @@ class loader_resolver implements LoaderResolverInterface
{
if ($loader->supports($resource, $type))
{
$loader->setResolver($this);
return $loader;
}
}