From ad1040986b853cf2731bc681a087638256c02b29 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Wed, 13 Nov 2019 21:27:48 +0100 Subject: [PATCH] Typo --- .../lib/Lemonldap/NG/Portal/Plugins/GlobalLogout.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/GlobalLogout.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/GlobalLogout.pm index a1198e957..02f2f70e8 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/GlobalLogout.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/GlobalLogout.pm @@ -9,7 +9,6 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_NOTOKEN PE_TOKENEXPIRED PE_SENDRESPONSE - PE_SESSIONEXPIRED ); our $VERSION = '2.0.8'; @@ -72,7 +71,7 @@ sub run { $self->logger->debug("GlobalLogout: $nbr session(s) found"); return PE_OK unless ( $nbr > 1 ); - # Force GlobalLogout if no timeout + # Force GlobalLogout if timer is disabled unless ( $self->conf->{globalLogoutTimer} ) { $self->logger->debug("GlobalLogout: timer disabled"); $self->userLogger->info("GlobalLogout: force global logout for $user");