Skip to content

Commit 4cefa89

Browse files
committed
Resolve naming conflict
1 parent 87f03ca commit 4cefa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Aggregator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ public function setFilters($set)
658658

659659
// check SAML 2.0 protocol
660660
$options = ['saml2', 'saml20-idp', 'saml20-sp', 'saml20-aa'];
661-
$this->protocols[SAML2_Const::NS_SAMLP] = (array_intersect($set, $options) !== []);
661+
$this->protocols[Constants::NS_SAMLP] = (array_intersect($set, $options) !== []);
662662

663663
// check SHIB 1.3 protocol
664664
$options = ['shib13', 'shib13-idp', 'shib13-sp', 'shib13-aa'];

0 commit comments

Comments
 (0)