From 328133669591b257cb1563c1057e5cbc39a03d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Deltombe?= Date: Mon, 20 Feb 2012 17:09:07 +0000 Subject: [PATCH] Fix a bug which broke portal->info (Lemonldap-422) --- modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm index 9145a4283..34198bf28 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm @@ -73,7 +73,7 @@ sub display { } # 1.3 Redirection - if ( $self->{error} == PE_REDIRECT ) { + elsif ( $self->{error} == PE_REDIRECT ) { $skinfile = "../common/redirect.tpl"; %templateParams = ( URL => $self->{urldc},