From ea0d0eea694d60dd239f442fa3529626a6a5dbb0 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 28 Sep 2021 12:00:36 +1300 Subject: [PATCH] Bug 3150: (follow-up) Add missing bracket Signed-off-by: David Nind --- opac/opac-sendbasket.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl index f0e46684854..a0c9d9736ff 100755 --- a/opac/opac-sendbasket.pl +++ b/opac/opac-sendbasket.pl @@ -109,6 +109,7 @@ if ( $email_add ) { }); $template->param( SENT => 1 ); + } $template->param( email_add => $email_add ); output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 }; -- 2.11.0