mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSauth :: afterLogout() : fix provider trigger
This commit is contained in:
parent
42c343c8eb
commit
87729124f3
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class LSauth {
|
||||||
**/
|
**/
|
||||||
public static function afterLogout() {
|
public static function afterLogout() {
|
||||||
if (!is_null(self :: $provider)) {
|
if (!is_null(self :: $provider)) {
|
||||||
return self :: $provider -> logout();
|
return self :: $provider -> afterLogout();
|
||||||
}
|
}
|
||||||
LSerror :: addErrorCode('LSauth_06');
|
LSerror :: addErrorCode('LSauth_06');
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue