From: Hypolite Petovan Date: Thu, 2 Jan 2025 23:30:30 +0000 (-0500) Subject: Restore template engine registration for Worker execution X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c2dbd40027e4dff887b6fc787c7dc0bee33a4049;p=friendica.git Restore template engine registration for Worker execution - Template engine is used in BBCode processing --- diff --git a/src/App.php b/src/App.php index 97d36ac5b4..923400a21c 100644 --- a/src/App.php +++ b/src/App.php @@ -225,6 +225,8 @@ class App $this->registerErrorHandler(); + $this->registerTemplateEngine(); + /** @var Mode */ $mode = $this->container->create(Mode::class);