Append manager option to enable langs display (#1539)

This commit is contained in:
Christophe Maudoux 2018-11-07 20:50:33 +01:00
parent 87c85c5b01
commit 16fd5c53a7

View File

@ -48,6 +48,7 @@ sub display {
$skinfile = 'notification';
%templateParams = (
MAIN_LOGO => $self->conf->{portalMainLogo},
LANGS => $self->conf->{showLanguages},
AUTH_ERROR_TYPE => $req->error_type,
NOTIFICATION => $notif,
HIDDEN_INPUTS => $self->buildHiddenForm($req),