aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/routing
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/routing')
-rw-r--r--phpBB/phpbb/routing/loader_resolver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/routing/loader_resolver.php b/phpBB/phpbb/routing/loader_resolver.php
index e335051444..13fbc6405c 100644
--- a/phpBB/phpbb/routing/loader_resolver.php
+++ b/phpBB/phpbb/routing/loader_resolver.php
@@ -40,6 +40,7 @@ class loader_resolver implements LoaderResolverInterface
{
if ($loader->supports($resource, $type))
{
+ $loader->setResolver($this);
return $loader;
}
}