From dd0629f0a1996ad084b404c487c2c74d7fa5f5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Fri, 23 Aug 2013 13:34:37 +0000 Subject: [PATCH] Load session content in error page to apply skin rules if needed (#605) --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm index 164cab491..1ade89718 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm @@ -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",