mirror of
https://github.com/friendica/friendica
synced 2025-01-10 07:24:43 +00:00
Merge pull request #14663 from MrPetovan/bug/fatal-errors
Restore template engine registration for Worker execution
This commit is contained in:
commit
1c63cc7ee9
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ class App
|
||||||
|
|
||||||
$this->registerErrorHandler();
|
$this->registerErrorHandler();
|
||||||
|
|
||||||
|
$this->registerTemplateEngine();
|
||||||
|
|
||||||
/** @var Mode */
|
/** @var Mode */
|
||||||
$mode = $this->container->create(Mode::class);
|
$mode = $this->container->create(Mode::class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue