Merge "RedirectSpecialArticle: Fix PHP notice about undefined index"
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index 0b4ce4a..663f371 100644 (file)
@@ -98,7 +98,8 @@ return [
                                BlockManager::$constructorOptions, $services->getMainConfig()
                        ),
                        $context->getUser(),
-                       $context->getRequest()
+                       $context->getRequest(),
+                       $services->getPermissionManager()
                );
        },