mirror of
https://github.com/friendica/friendica
synced 2025-01-09 04:04: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->registerTemplateEngine();
|
||||
|
||||
/** @var Mode */
|
||||
$mode = $this->container->create(Mode::class);
|
||||
|
||||
|
|
Loading…
Reference in a new issue