From: Art4 Date: Thu, 26 Dec 2024 08:15:20 +0000 (+0000) Subject: Remove multiple calls of DI::init() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ffbc7d0ea14c5f63d9e2b08e987bfc0760614f0e;p=friendica.git Remove multiple calls of DI::init() --- diff --git a/src/Core/Console.php b/src/Core/Console.php index d675a0ddc8..760b2542cd 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -166,8 +166,6 @@ HELP; $className = $this->subConsoles[$command]; - Friendica\DI::init($this->dice); - Renderer::registerTemplateEngine('Friendica\Render\FriendicaSmartyEngine'); /** @var Console $subconsole */