1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-04-30 14:45:59 +02:00

LSauthMethod: fix default authenticate() method

This commit is contained in:
Benjamin Renard 2020-05-12 20:59:21 +02:00
parent d2761a29ae
commit b2ef404da5

View file

@ -71,7 +71,7 @@ class LSauthMethod extends LSlog_staticLoggerClass {
return false;
}
// Authentication succeeded
return $authobjects[$matched[0]];
return array_pop($authobjects);
}
/**