Little bug in controlExistingSession

This commit is contained in:
Clément Oudot 2010-08-31 12:23:11 +00:00
parent 1e1f9bf5ea
commit 35935c5b7f

View File

@ -1189,7 +1189,7 @@ sub controlExistingSession {
{ {
my $h = $self->getApacheSession($id); my $h = $self->getApacheSession($id);
if ( defined $h ) { if ( $h ) {
%{ $self->{sessionInfo} } = %$h; %{ $self->{sessionInfo} } = %$h;
# Logout if required # Logout if required