Skip to content
Snippets Groups Projects
Commit c4b24f01 authored by Guy Halse's avatar Guy Halse
Browse files

Attribute names are not functions

Fixed typo introduced by #1008
parent c061bae3
No related branches found
No related tags found
No related merge requests found
......@@ -1044,7 +1044,7 @@ class SAMLParser
$attrNameFormat = $attr->getNameFormat();
$attrValue = $attr->getAttributeValue();
if ($attrName() === null || $attrValue === []) {
if ($attrName === null || $attrValue === []) {
continue;
}
......
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