Skip to content
Snippets Groups Projects
Commit dbd7d9ad authored by Olav Morken's avatar Olav Morken
Browse files

metaedit: Fix display of endpoints.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2242 44740490-163a-0410-bde0-09ae8108e29a
parent d3c9f772
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ class sspmod_metaedit_MetaEditor {
$value = '';
if (array_key_exists($key, $metadata)) {
if (is_array($metadata[$key])) {
$value = htmlspecialchars($metadata[$key]['Location']);
$value = htmlspecialchars($metadata[$key][0]['Location']);
} else {
$value = htmlspecialchars($metadata[$key]);
}
......
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