mirror of
https://github.com/friendica/friendica
synced 2025-01-23 14:59:46 +00:00
refactor using registerErrorHandler
This commit is contained in:
parent
dc65958c17
commit
68e729e192
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue