Skip to content
Snippets Groups Projects
Commit 11fd346f authored by Mads Freek Petersen's avatar Mads Freek Petersen
Browse files

Fix of sp_description for consent.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@907 44740490-163a-0410-bde0-09ae8108e29a
parent d9063906
No related branches found
No related tags found
No related merge requests found
......@@ -243,6 +243,7 @@ if (!$session->isAuthenticated($authority) ) {
$t = new SimpleSAML_XHTML_Template($config, 'consent.php', 'attributes');
$t->data['header'] = 'Consent';
$t->data['sp_name'] = $sp_name;
$t->data['sp_description'] = (isset($spmetadata['description']) ? $spmetadata['description'] : "SP DESCRIPTION");
$t->data['idp_name'] = (isset($idpmetadata['name']) ? $idpmetadata['name'] : $idpentityid);
$t->data['spentityid'] = $spentityid;
$t->data['spmetadata'] = $spmetadata;
......
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