summaryrefslogtreecommitdiffstats
path: root/modules/exampleauth/lib/Auth/Source/UserPass.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/exampleauth/lib/Auth/Source/UserPass.php')
-rw-r--r--modules/exampleauth/lib/Auth/Source/UserPass.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exampleauth/lib/Auth/Source/UserPass.php b/modules/exampleauth/lib/Auth/Source/UserPass.php
index 543cc1b..1b380de 100644
--- a/modules/exampleauth/lib/Auth/Source/UserPass.php
+++ b/modules/exampleauth/lib/Auth/Source/UserPass.php
@@ -50,7 +50,7 @@ class sspmod_exampleauth_Auth_Source_UserPass extends sspmod_core_Auth_UserPassB
$password = $userpass[1];
try {
- $attributes = SimpleSAML_Utils_Arrays::normalizeAttributesArray($attributes);
+ $attributes = SimpleSAML\Utils\Arrays::normalizeAttributesArray($attributes);
} catch(Exception $e) {
throw new Exception('Invalid attributes for user ' . $username .
' in authentication source ' . $this->authId . ': ' .