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

Small typo in last commit

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