Navigation Menu

Skip to content

Commit

Permalink
Update ProgressBar for new wg8 instanciators.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Mar 4, 2010
1 parent 3e7e2c4 commit 03427ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/ProgressBar.pm
Expand Up @@ -122,7 +122,7 @@ sub start {
title => $title,
icon => $icon
);
my $template = WebGUI::Asset::Template->new($self->session, 'YP9WaMPJHvCJl-YwrLVcPw');
my $template = WebGUI::Asset::Template->newById($self->session, 'YP9WaMPJHvCJl-YwrLVcPw');
my $output = $self->session->style->process($template->process(\%var).'~~~', "PBtmpl0000000000000137");
my ($head, $foot) = split '~~~', $output;
local $| = 1; # Tell modperl not to buffer the output
Expand Down

0 comments on commit 03427ee

Please sign in to comment.