Skip to content
Snippets Groups Projects
Commit d555bb53 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Bugfix.

parent 59407f7f
Branches
Tags
No related merge requests found
...@@ -51,7 +51,7 @@ class SimpleSAML_XHTML_Template ...@@ -51,7 +51,7 @@ class SimpleSAML_XHTML_Template
$this->configuration = $configuration; $this->configuration = $configuration;
$this->template = $template; $this->template = $template;
$this->data['baseurlpath'] = $this->configuration->getBaseURL(); $this->data['baseurlpath'] = $this->configuration->getBaseURL();
$this->translator = new SimpleSAML\Locale\Translate($configuration, $defaultDictionary = null); $this->translator = new SimpleSAML\Locale\Translate($configuration, $defaultDictionary);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment