Bug 14544: Fix 'back to lists' link

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2015-10-16 10:47:24 +01:00 committed by Tomas Cohen Arazi
parent 56f0e392d1
commit 6338c77db3

View file

@ -182,7 +182,10 @@ END_OF_BODY
$template->param( error => 1 );
}
$template->param( email => $email );
$template->param(
shelfid => $shelfid,
email => $email,
);
output_html_with_http_headers $query, $cookie, $template->output;