REFACTOR: correcting indirect object method syntax
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
a5ca358d04
commit
17d0f7d4ec
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue