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);
}
/**