mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 02:38:52 +00:00
Merge pull request #3955 from Nicofuma/ticket/14225
[ticket/14225] Inject the loader resolver when using the delegating loader
This commit is contained in:
commit
73fd3d1df8
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class loader_resolver implements LoaderResolverInterface
|
|||
{
|
||||
if ($loader->supports($resource, $type))
|
||||
{
|
||||
$loader->setResolver($this);
|
||||
return $loader;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue