From 185b30e621be96c3b8d0a0672ca816acfe11b74c Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Wed, 18 Nov 2020 14:35:10 +0100 Subject: [PATCH] typo --- lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm index 023a38402..34daaeea9 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm @@ -829,8 +829,8 @@ sub localUnlog { if ( $class->tsv->{sessionCacheModule} ) { my $module = $class->tsv->{sessionCacheModule}; my $options = $class->tsv->{sessionCacheOptions}; - my $cache = $module->new($options); eval "use $module;"; + my $cache = $module->new($options); if ( $cache->get($id) ) { $cache->remove($id); }