exampleattributeserver: Fix typo.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@2680 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
olavmrk 2010-12-07 09:03:37 +00:00
parent aaef40449b
commit 66b50b7cc8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $idpEntityId = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted');
$spEntityId = $query->getIssuer();
if ($spEntityId === NULL) {
throw new SimpleSAML_Errro_BadRequest('Missing <saml:Issuer> in <samlp:AttributeQuery>.');
throw new SimpleSAML_Error_BadRequest('Missing <saml:Issuer> in <samlp:AttributeQuery>.');
}
$idpMetadata = $metadata->getMetadataConfig($idpEntityId, 'saml20-idp-hosted');