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
Branches
Tags
No related merge requests found
...@@ -1044,7 +1044,7 @@ class SAMLParser ...@@ -1044,7 +1044,7 @@ class SAMLParser
$attrNameFormat = $attr->getNameFormat(); $attrNameFormat = $attr->getNameFormat();
$attrValue = $attr->getAttributeValue(); $attrValue = $attr->getAttributeValue();
if ($attrName() === null || $attrValue === []) { if ($attrName === null || $attrValue === []) {
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment