From 465d55500c316d0e74a7869f077d3919a4a6a01f Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Mon, 7 Sep 2015 11:13:41 +0200
Subject: [PATCH] Bugfix.

---
 modules/consentAdmin/www/consentAdmin.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/consentAdmin/www/consentAdmin.php b/modules/consentAdmin/www/consentAdmin.php
index ae8b30b32..f277feb3e 100644
--- a/modules/consentAdmin/www/consentAdmin.php
+++ b/modules/consentAdmin/www/consentAdmin.php
@@ -205,8 +205,8 @@ $template_sp_content = array();
 
 // Init template
 $template = new SimpleSAML_XHTML_Template($config, 'consentAdmin:consentadmin.php', 'consentAdmin:consentadmin');
-$sp_empty_name = $template->translator->getTag('sp_empty_name');
-$sp_empty_description = $template->translator->getTag('sp_empty_description');
+$sp_empty_name = $template->getTag('sp_empty_name');
+$sp_empty_description = $template->getTag('sp_empty_description');
 
 // Process consents for all SP
 foreach ($all_sp_metadata as $sp_entityid => $sp_values) {
-- 
GitLab