mirror of
https://github.com/friendica/friendica
synced 2025-02-12 12:54:06 +00:00
Restore template engine registration for Worker execution
- Template engine is used in BBCode processing
This commit is contained in:
parent
e177ad55c1
commit
c2dbd40027
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…
Add table
Reference in a new issue