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

Metadata/SAMLParser: fixed wrong function name.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@600 44740490-163a-0410-bde0-09ae8108e29a
parent 3019daac
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class SimpleSAML_Metadata_SAMLParser {
/* Check if the Signature element from the EntitiesDescriptor can be used to verify this
* EntityDescriptor, and add it to the list of validators if it is.
*/
if($entitiesValidator !== NULL && $entitiesValidator->isNodeSigned($entityElement)) {
if($entitiesValidator !== NULL && $entitiesValidator->isNodeValidated($entityElement)) {
$this->validator[] = $entitiesValidator;
}
......
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