From d62698b2d76da026ae19fa983bf8a9d354f5bdf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 4 Mar 2009 08:43:01 +0000 Subject: [PATCH] typo in regex versus regexp in metadata git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1370 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Metadata/SAMLBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Metadata/SAMLBuilder.php b/lib/SimpleSAML/Metadata/SAMLBuilder.php index 8092f8578..ffcd18ef5 100644 --- a/lib/SimpleSAML/Metadata/SAMLBuilder.php +++ b/lib/SimpleSAML/Metadata/SAMLBuilder.php @@ -122,7 +122,7 @@ class SimpleSAML_Metadata_SAMLBuilder { $includeExtensions = TRUE; foreach ($metadata['scope'] AS $scopetext) { $scope = $this->createElement('shibmd:Scope', 'urn:mace:shibboleth:metadata:1.0'); - $scope->setAttribute('regex', 'false'); + $scope->setAttribute('regexp', 'false'); $scope->appendChild($this->document->createTextNode($scopetext)); $extensions->appendChild($scope); } -- GitLab