From d2b00e15a0ac5741570cb0079cbb7ce4fa70df2c Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Fri, 5 Feb 2016 15:38:44 +0100 Subject: [PATCH] More bugfixes. includeLanguageFile() has been moved from SimpleSAML_XHTML_Template to SimpleSAML\Locale\Translate. --- modules/consentAdmin/templates/consentadmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/consentAdmin/templates/consentadmin.php b/modules/consentAdmin/templates/consentadmin.php index 496d51452..9d6890aad 100644 --- a/modules/consentAdmin/templates/consentadmin.php +++ b/modules/consentAdmin/templates/consentadmin.php @@ -1,7 +1,7 @@ <?php $this->includeAtTemplateBase('includes/header.php'); ?> <!-- default theme --> <?php -$this->includeLanguageFile('attributes.php'); // attribute listings translated by this dictionary +$this->getTranslator()->includeLanguageFile('attributes.php'); // attribute listings translated by this dictionary ?> -- GitLab