From 4d8d4ad9582b66190bba0b129f81f60df78a179e Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Mon, 30 Dec 2019 20:20:05 +0100 Subject: [PATCH] Add parameter to index -> runFrontend() --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 8400ca820f..1a88a7b283 100644 --- a/index.php +++ b/index.php @@ -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) );