REFACTOR: correcting indirect object method syntax

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Andrew Moore 2008-12-17 16:31:25 -06:00 committed by Galen Charlton
parent a5ca358d04
commit 17d0f7d4ec

View file

@ -37,7 +37,7 @@ use C4::Amazon;
# use Smart::Comments;
my $query = new CGI;
my $query = CGI->new();
my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
{
template_name => "catalogue/detail.tmpl",