X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fauth_ejabberd.php;h=40e7d3b97c3e80ec678837f02a49e5a14d6cfb6c;hb=18bb181a78194904eef56f45f9362caf5168f39a;hp=9c5dc05285be84cac7d736b1ece49986d33a65c1;hpb=5aa8e8adf1af017ced555d8c33b78e71114f5cd9;p=friendica.git diff --git a/bin/auth_ejabberd.php b/bin/auth_ejabberd.php index 9c5dc05285..40e7d3b97c 100755 --- a/bin/auth_ejabberd.php +++ b/bin/auth_ejabberd.php @@ -84,7 +84,7 @@ $dice = $dice->addRule(LoggerInterface::class,['constructParams' => ['auth_ejabb \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, \Friendica\DI::mode()); +\Friendica\Core\Update::check(\Friendica\DI::basePath(), true); $appMode = $dice->create(Mode::class);