From d555bb533d126e4a00c39d806502ed4208c4402e Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Thu, 18 Feb 2016 14:27:34 +0100
Subject: [PATCH] Bugfix.

---
 lib/SimpleSAML/XHTML/Template.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php
index 1f365346b..7cbf70939 100644
--- a/lib/SimpleSAML/XHTML/Template.php
+++ b/lib/SimpleSAML/XHTML/Template.php
@@ -51,7 +51,7 @@ class SimpleSAML_XHTML_Template
         $this->configuration = $configuration;
         $this->template = $template;
         $this->data['baseurlpath'] = $this->configuration->getBaseURL();
-        $this->translator = new SimpleSAML\Locale\Translate($configuration, $defaultDictionary = null);
+        $this->translator = new SimpleSAML\Locale\Translate($configuration, $defaultDictionary);
     }
 
 
-- 
GitLab