mirror of
https://github.com/friendica/friendica
synced 2025-01-08 18:44:43 +00:00
move up registerTemplateEngine call
This commit is contained in:
parent
a6385bed71
commit
ba6bde9b09
1 changed files with 2 additions and 2 deletions
|
@ -155,6 +155,8 @@ class App
|
|||
$this->container->create(ViewDefinition::class),
|
||||
);
|
||||
|
||||
$this->registerTemplateEngine();
|
||||
|
||||
$this->mode->setExecutor(Mode::INDEX);
|
||||
|
||||
$this->runFrontend(
|
||||
|
@ -270,8 +272,6 @@ class App
|
|||
}
|
||||
|
||||
$this->loadDefaultTimezone();
|
||||
|
||||
$this->registerTemplateEngine();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue