From bbf1348de7e78b73ad227af0cbd67b47175f9f9e Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Fri, 5 Feb 2016 14:28:21 +0100 Subject: [PATCH] Bugfix. --- lib/SimpleSAML/Locale/Translate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Locale/Translate.php b/lib/SimpleSAML/Locale/Translate.php index 4740e8f67..0e4fe7c85 100644 --- a/lib/SimpleSAML/Locale/Translate.php +++ b/lib/SimpleSAML/Locale/Translate.php @@ -419,7 +419,7 @@ class Translate } \SimpleSAML_Logger::error( - $_SERVER['PHP_SELF'].' - Template: Could not find template file ['.$this->template.'] at ['.$filename.']' + $_SERVER['PHP_SELF'].' - Template: Could not find dictionary file at ['.$filename.']' ); return array(); } -- GitLab