mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Add parameter to index -> runFrontend()
This commit is contained in:
parent
6d7362da41
commit
4d8d4ad958
1 changed files with 2 additions and 1 deletions
|
@ -23,5 +23,6 @@ $a->runFrontend(
|
|||
$dice->create(\Friendica\App\Module::class),
|
||||
$dice->create(\Friendica\App\Router::class),
|
||||
$dice->create(\Friendica\Core\Config\IPConfiguration::class),
|
||||
$dice->create(\Friendica\App\Authentication::class)
|
||||
$dice->create(\Friendica\App\Authentication::class),
|
||||
$dice->create(\Friendica\App\Page::class)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue