From e96f196718148bb068e324db8d674f4fea4041c9 Mon Sep 17 00:00:00 2001 From: Eric German Date: Tue, 6 Nov 2007 16:15:01 +0000 Subject: [PATCH] correct syntax error une timeout --- modules/lemonldap-handlers/lib/Lemonldap/Handlers/Generic4a2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lemonldap-handlers/lib/Lemonldap/Handlers/Generic4a2.pm b/modules/lemonldap-handlers/lib/Lemonldap/Handlers/Generic4a2.pm index ac9f857d5..f370a52e0 100755 --- a/modules/lemonldap-handlers/lib/Lemonldap/Handlers/Generic4a2.pm +++ b/modules/lemonldap-handlers/lib/Lemonldap/Handlers/Generic4a2.pm @@ -348,7 +348,7 @@ if ( ( $uri =~ /_lemonldap_internal/i ) && ( $con->get('internaldebug') ) ) { if ( time() > $timeout ) { $log->warn("SESSION EXPIRED FOR INACTIVITY"); - if $CONFIG{$ID_COLLECTED}->{URLCDATIMEOUT} { + if ($CONFIG{$ID_COLLECTED}->{URLCDATIMEOUT}) { return &Lemonldap::Handlers::Utilities::goPortal( $r, $CONFIG{$ID_COLLECTED}, 'x', $id );