mirror of
https://github.com/friendica/friendica
synced 2025-01-09 18:44:44 +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->container->create(ViewDefinition::class),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->registerTemplateEngine();
|
||||||
|
|
||||||
$this->mode->setExecutor(Mode::INDEX);
|
$this->mode->setExecutor(Mode::INDEX);
|
||||||
|
|
||||||
$this->runFrontend(
|
$this->runFrontend(
|
||||||
|
@ -270,8 +272,6 @@ class App
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->loadDefaultTimezone();
|
$this->loadDefaultTimezone();
|
||||||
|
|
||||||
$this->registerTemplateEngine();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue