Skip to content

Commit

Permalink
Fix call to parse function for Zoom HTML templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Feb 16, 2011
1 parent 8a93208 commit ecde0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WellWell/Compose/Component/Zoom.pm
Expand Up @@ -55,7 +55,7 @@ sub process {
$spec->set_iterator('cart', $Vend::Items);
$html_object = new Template::Zoom::HTML;

$html_object->parse_template($self->{template}, $spec);
$html_object->parse_file($self->{template}, $spec);

for my $list_object ($html_object->lists()) {
# seed and check input
Expand Down

0 comments on commit ecde0c5

Please sign in to comment.