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 c2a07cc..324c193 100644 --- a/modules/exampleauth/lib/Auth/Source/Static.php +++ b/modules/exampleauth/lib/Auth/Source/Static.php @@ -35,7 +35,7 @@ class sspmod_exampleauth_Auth_Source_Static extends SimpleSAML_Auth_Source { /* Parse attributes. */ try { - $this->attributes = SimpleSAML_Utilities::parseAttributes($attributes); + $this->attributes = SimpleSAML_Utilities::parseAttributes($config); } catch(Exception $e) { throw new Exception('Invalid attributes for authentication source ' . $this->authId . ': ' . $e->getMessage()); |