Skip to content
Snippets Groups Projects
Commit 0446d3db authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix syntax

parent 300f74ee
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ class MDQ extends \SimpleSAML\Metadata\MetaDataStorageSource
case 'saml20-sp-remote':
return $entity->getMetadata20SP();
case 'attributeauthority-remote':
return = $entity->getAttributeAuthorities();
return $entity->getAttributeAuthorities();
default:
Logger::warning(__CLASS__ . ': unknown metadata set: \'' . $set . '\'.');
}
......
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