This commit is contained in:
Xavier Guimard 2010-09-01 08:11:34 +00:00
parent 3b8a38c083
commit ebc6609da9

View File

@ -135,7 +135,7 @@ elsif ( $portal->{error} == PE_CONFIRM ) {
%templateParams = (
AUTH_ERROR => $portal->error,
AUTH_ERROR_TYPE => $portal->error_type,
AUTH_URL => $portal->get_url,
URL => $portal->get_url,
MSG => $portal->info(),
SKIN => $skin,
HIDDEN_INPUTS => $portal->buildHiddenForm(),