]> git.mxchange.org Git - friendica.git/commitdiff
Apply Update::check() suggestions
authorPhilipp <admin@philipp.info>
Fri, 6 Jan 2023 11:50:32 +0000 (12:50 +0100)
committerPhilipp <admin@philipp.info>
Fri, 6 Jan 2023 11:50:32 +0000 (12:50 +0100)
index.php

index e0f33666b496f47be44d91fef39a6b536c839888..fa6d8b0871505b0922352757d606987f346ac412 100644 (file)
--- 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);