X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=34952afcb0bfc0ef8f3d161e8bff1ca0eb413b2e;hb=75cac38fe332018d2341dadcab63dacd60ee5aaa;hp=e0f33666b496f47be44d91fef39a6b536c839888;hpb=baf3225916dc44cca95aaf5a6c2d73b1a037b90a;p=friendica.git diff --git a/index.php b/index.php index e0f33666b4..34952afcb0 100644 --- a/index.php +++ b/index.php @@ -36,9 +36,6 @@ $dice = $dice->addRule(Friendica\App\Mode::class, ['call' => [['determineRunMode \Friendica\Core\Logger\Handler\ErrorHandler::register($dice->create(\Psr\Log\LoggerInterface::class)); -// Check the database structure and possibly fixes it -\Friendica\Core\Update::check(\Friendica\DI::basePath(), true); - $a = \Friendica\DI::app(); \Friendica\DI::mode()->setExecutor(\Friendica\App\Mode::INDEX); @@ -48,6 +45,7 @@ $a->runFrontend( $dice->create(\Friendica\Core\PConfig\Capability\IManagePersonalConfigValues::class), $dice->create(\Friendica\Security\Authentication::class), $dice->create(\Friendica\App\Page::class), + $dice->create(\Friendica\Content\Nav::class), $dice->create(Friendica\Module\Special\HTTPException::class), new \Friendica\Util\HTTPInputData($_SERVER), $start_time