LSauth :: afterLogout() : fix provider trigger

This commit is contained in:
Benjamin Renard 2019-03-27 18:28:05 +01:00
parent 42c343c8eb
commit 87729124f3

View file

@ -121,7 +121,7 @@ class LSauth {
**/
public static function afterLogout() {
if (!is_null(self :: $provider)) {
return self :: $provider -> logout();
return self :: $provider -> afterLogout();
}
LSerror :: addErrorCode('LSauth_06');
return;