From: Art4 Date: Thu, 26 Dec 2024 08:29:11 +0000 (+0000) Subject: move up registerTemplateEngine call X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ba6bde9b09f411e33d010617ba9c455ef7f9f9c1;p=friendica.git move up registerTemplateEngine call --- diff --git a/src/App.php b/src/App.php index 2c4eacc300..90d90869fd 100644 --- a/src/App.php +++ b/src/App.php @@ -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(); } /**