diff --git a/src/App.php b/src/App.php index 9202e80129..e5b95ec1d4 100644 --- a/src/App.php +++ b/src/App.php @@ -224,7 +224,7 @@ class App $this->setupLegacyServerLocator(); - \Friendica\Core\Logger\Handler\ErrorHandler::register($this->container->create(LoggerInterface::class)); + $this->registerErrorHandler(); if (DI::mode()->isInstall()) { die("Friendica isn't properly installed yet.\n");