Skip to content
Snippets Groups Projects
Commit b7716e13 authored by Ondrej Velisek's avatar Ondrej Velisek Committed by Jaime Pérez
Browse files

bugfix: Discopower ignored filtering of hide.from.discovery metadata property

parent fed7b13a
Branches
Tags
No related merge requests found
...@@ -186,7 +186,7 @@ class sspmod_discopower_PowerIdPDisco extends SimpleSAML_XHTML_IdPDisco ...@@ -186,7 +186,7 @@ class sspmod_discopower_PowerIdPDisco extends SimpleSAML_XHTML_IdPDisco
*/ */
protected function filterList($list) protected function filterList($list)
{ {
parent::filterList($list); $list = parent::filterList($list);
try { try {
$spmd = $this->metadata->getMetaData($this->spEntityId, 'saml20-sp-remote'); $spmd = $this->metadata->getMetaData($this->spEntityId, 'saml20-sp-remote');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment