Revision: 2242
Author: olavmrk
Date: Fri Mar 26 07:06:38 2010
Log: metaedit: Fix display of endpoints.
http://code.google.com/p/simplesamlphp/source/detail?r=2242

Modified:
 /trunk/modules/metaedit/lib/MetaEditor.php

=======================================
--- /trunk/modules/metaedit/lib/MetaEditor.php  Fri Mar 26 07:02:02 2010
+++ /trunk/modules/metaedit/lib/MetaEditor.php  Fri Mar 26 07:06:38 2010
@@ -127,7 +127,7 @@
                $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]);
                        }

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to