Fixup
This commit is contained in:
parent
dc92dc9249
commit
f20499739d
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ class App
|
|||
$twig->offsetSet('language', $translator->trans($selectedLanguage));
|
||||
|
||||
// Add Twig Intl Extension
|
||||
$twig->addExtension(new Twig\Extra\Intl\IntlExtension);
|
||||
$twig->addExtension(new Twig\Extra\Intl\IntlExtension());
|
||||
|
||||
// Set some default parameters
|
||||
$twig->offsetSet('app_name', defined('APP_NAME') ? APP_NAME : 'APP_NAME not set');
|
||||
|
|
|
|||
Loading…
Reference in a new issue