X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole.php;h=d1374a1b8fab1b71ebe944b85783188e23194051;hb=1701ea2034feb1cb8b7cce8455ff8e3c1f8875c6;hp=56a294062b0cae1a24dbc391915a2e343450120f;hpb=09cf32926d50c1142e2c0e95dd417d518587d38c;p=friendica.git diff --git a/src/Core/Console.php b/src/Core/Console.php index 56a294062b..d1374a1b8f 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -172,6 +172,8 @@ HELP; Friendica\DI::init($this->dice); + Renderer::registerTemplateEngine('Friendica\Render\FriendicaSmartyEngine'); + /** @var Console $subconsole */ $subconsole = $this->dice->create($className, [$subargs]);