Skip to content

Commit

Permalink
Adjust to changed constructor parameters for Template::Zoom.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Oct 26, 2010
1 parent 1c4f31b commit 2a48458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WellWell/Compose/Component/Zoom.pm
Expand Up @@ -57,7 +57,7 @@ sub process {
$list_object->input($attributes);
}

$zoom = new Template::Zoom ($html_object, $self->{dbh});
$zoom = new Template::Zoom (template => $html_object, dbh => $self->{dbh});

return $zoom->process($attributes);

Expand Down

0 comments on commit 2a48458

Please sign in to comment.