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

Bugfix.

parent bedc149f
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment