correct syntax error une timeout

This commit is contained in:
Eric German 2007-11-06 16:15:01 +00:00
parent 84b84718a3
commit e96f196718
1 changed files with 1 additions and 1 deletions

View File

@ -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 );