Load session content in error page to apply skin rules if needed (#605)

This commit is contained in:
Clément Oudot 2013-08-23 13:34:37 +00:00
parent e628c703f5
commit dd0629f0a1

View File

@ -34,6 +34,9 @@ sub display {
# Check URL
$self->_sub('controlUrlOrigin');
# Load session content
$self->_sub('controlExistingSession');
%templateParams = (
PORTAL_URL => $self->{portal},
LOGOUT_URL => $self->{portal} . "?logout=1",