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

saml: Fix unused function parameter in SAML 2 IdP.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2920 44740490-163a-0410-bde0-09ae8108e29a
parent 5735c204
No related branches found
No related tags found
No related merge requests found
......@@ -498,7 +498,7 @@ class sspmod_saml_IdP_SAML2 {
* @param array $association The SP association.
* @return SimpleSAML_Configuration|NULL Configuration object for the SP metadata.
*/
public static function getAssociationConfig(SimpleSAML_IdP $idp, array $association, $relayState) {
public static function getAssociationConfig(SimpleSAML_IdP $idp, array $association) {
$metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler();
try {
return $metadata->getMetaDataConfig($association['saml:entityID'], 'saml20-sp-remote');
......
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