[Koha-patches] [PATCH] Bug 7767 - acqui/basketgroup.pl: our $template scoping for plack

Dobrica Pavlinusic dpavlin at rot13.org
Wed Mar 21 15:46:24 CET 2012


---
 acqui/basketgroup.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl
index d2e1856..3300cea 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",
-- 
1.7.2.5



More information about the Koha-patches mailing list