X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdependencies.config.php;h=28d26b4e7b6cc71f3c7a74fb4492353abf8557f4;hb=214a0524ddc069f71c896eef8ccf031033125932;hp=57ef629bb255aa04f74365774d0471d3e3b247bb;hpb=6730430919a8c2d93f70397d9a2d4374a5001653;p=friendica.git diff --git a/static/dependencies.config.php b/static/dependencies.config.php index 57ef629bb2..28d26b4e7b 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -181,10 +181,10 @@ return [ ['determine', [$_SERVER, $_GET], Dice::CHAIN_CALL], ], ], - App\Module::class => [ - 'instanceOf' => App\Module::class, + App\ModuleController::class => [ + 'instanceOf' => App\ModuleController::class, 'call' => [ - ['determineModule', [], Dice::CHAIN_CALL], + ['determineName', [], Dice::CHAIN_CALL], ], ], \Friendica\Core\System::class => [