Skip to content
Snippets Groups Projects
Commit 31cf8a07 authored by Anders Lund's avatar Anders Lund
Browse files

List of attributes, so template might show a list of these

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@728 44740490-163a-0410-bde0-09ae8108e29a
parent fe056c4f
No related branches found
No related tags found
No related merge requests found
......@@ -296,6 +296,11 @@ if(array_key_exists('contact', $spmetadata)) {
} else {
$t->data['contact'] = NULL;
}
if(array_key_exists('attributes', $spmetadata)) {
$t->data['attrib'] = $spmetadata['attributes'];
} else {
$t->data['contact'] = NULL;
}
$t->data['selectorg'] = $selectorg;
$t->data['org'] = $org;
......
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