Skip to content
Snippets Groups Projects
Unverified Commit 1d7d0cb0 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Remove excess backslashes

parent 49e33ebc
No related branches found
No related tags found
No related merge requests found
......@@ -227,8 +227,8 @@ class Template
);
} // TODO: add a branch for the old SimpleSAMLphp backend
$twig = new \Twig_Environment($loader, $options);
$twig->addExtension(new \Twig_Extensions_Extension_I18n());
$twig = new Twig_Environment($loader, $options);
$twig->addExtension(new Twig_Extensions_Extension_I18n());
// initialize some basic context
$langParam = $this->configuration->getString('language.parameter.name', 'language');
......@@ -520,7 +520,7 @@ class Template
/**
* Get the current instance of Twig in use.
*
* @return false|\Twig_Environment The Twig instance in use, or false if Twig is not used.
* @return false|Twig_Environment The Twig instance in use, or false if Twig is not used.
*/
public function getTwig()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment