diff options
Diffstat (limited to 'modules/exampleauth/lib/Auth/Source/Static.php')
-rw-r--r-- | modules/exampleauth/lib/Auth/Source/Static.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exampleauth/lib/Auth/Source/Static.php b/modules/exampleauth/lib/Auth/Source/Static.php index 8355442..07351df 100644 --- a/modules/exampleauth/lib/Auth/Source/Static.php +++ b/modules/exampleauth/lib/Auth/Source/Static.php @@ -34,7 +34,7 @@ class sspmod_exampleauth_Auth_Source_Static extends SimpleSAML_Auth_Source { /* Parse attributes. */ try { - $this->attributes = SimpleSAML\Utils\Arrays::normalizeAttributesArray($config); + $this->attributes = SimpleSAML\Utils\Attributes::normalizeAttributesArray($config); } catch(Exception $e) { throw new Exception('Invalid attributes for authentication source ' . $this->authId . ': ' . $e->getMessage()); |