mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSauthMethod: fix default authenticate() method
This commit is contained in:
parent
d2761a29ae
commit
b2ef404da5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class LSauthMethod extends LSlog_staticLoggerClass {
|
|||
return false;
|
||||
}
|
||||
// Authentication succeeded
|
||||
return $authobjects[$matched[0]];
|
||||
return array_pop($authobjects);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue