From fb3f624f09c536494ff221618b38e050483363d3 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 20 Mar 2012 14:50:05 +0100 Subject: [PATCH 1/1] Bug 7767 - acqui/basketgroup.pl: our $template scoping for plack Signed-off-by: Matthias Meusburger Signed-off-by: Paul Poulain --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index d2e185624e..3300cea9ba 100755 --- a/acqui/basketgroup.pl +++ b/acqui/basketgroup.pl @@ -60,7 +60,7 @@ use C4::Members qw/GetMember/; my $input=new CGI; -my ($template, $loggedinuser, $cookie) +our ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "acqui/basketgroup.tmpl", query => $input, type => "intranet", -- 2.20.1