Skip to content

Commit 2809ed7

Browse files
committed
Patched attributes definition in metadata.php
1 parent efbee63 commit 2809ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/saml/www/sp/metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
}
125125

126126
$name = $spconfig->getLocalizedString('name', NULL);
127-
$attributes = $spconfig->getArray('attributes', array());
127+
$attributes = array_values($spconfig->getArray('attributes', array()));
128128

129129
if ($name !== NULL && !empty($attributes)) {
130130
$metaArray20['name'] = $name;

0 commit comments

Comments
 (0)