Update ProgressBar for new wg8 instanciators.
This commit is contained in:
parent
3e7e2c49c9
commit
03427eed10
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ sub start {
|
||||||
title => $title,
|
title => $title,
|
||||||
icon => $icon
|
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 $output = $self->session->style->process($template->process(\%var).'~~~', "PBtmpl0000000000000137");
|
||||||
my ($head, $foot) = split '~~~', $output;
|
my ($head, $foot) = split '~~~', $output;
|
||||||
local $| = 1; # Tell modperl not to buffer the output
|
local $| = 1; # Tell modperl not to buffer the output
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue