[Koha-patches] [PATCH] Bug 7769 - members/pay.pl: $template scoping for plack

Dobrica Pavlinusic dpavlin at rot13.org
Wed Mar 21 15:49:12 CET 2012


---
 members/pay.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/members/pay.pl b/members/pay.pl
index e3377bf..f1a9fca 100755
--- a/members/pay.pl
+++ b/members/pay.pl
@@ -43,7 +43,7 @@ use C4::Members::Attributes qw(GetBorrowerAttributes);
 
 my $input = CGI->new;
 
-my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
+our ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {   template_name   => 'members/pay.tmpl',
         query           => $input,
         type            => 'intranet',
-- 
1.7.2.5



More information about the Koha-patches mailing list