Fix a bug which broke portal->info (Lemonldap-422)

This commit is contained in:
François-Xavier Deltombe 2012-02-20 17:09:07 +00:00
parent eae812e263
commit 3281336695

View File

@ -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},