From 07502a7811f103ed5adc753ad8938f3252804778 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 4 Jun 2008 09:56:07 +0000
Subject: [PATCH] Metadata/SAMLParser: fixed wrong function name.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@600 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/Metadata/SAMLParser.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php
index cfadb6aec..9aa2f6da8 100644
--- a/lib/SimpleSAML/Metadata/SAMLParser.php
+++ b/lib/SimpleSAML/Metadata/SAMLParser.php
@@ -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;
 		}
 
-- 
GitLab