refactor using registerErrorHandler

This commit is contained in:
Art4 2024-12-26 10:18:03 +00:00
parent dc65958c17
commit 68e729e192

View file

@ -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");