diff --git a/lib/WebGUI/ProgressBar.pm b/lib/WebGUI/ProgressBar.pm index 09f724aab..1659341ba 100644 --- a/lib/WebGUI/ProgressBar.pm +++ b/lib/WebGUI/ProgressBar.pm @@ -107,7 +107,7 @@ EOJS if ( ref $helper eq 'HASH' ) { # Process the output as JSON - $text .= sprintf 'parent.admin.processHelper( %s );', JSON->new->encode( $helper ); + $text .= sprintf 'parent.admin.processPlugin( %s );', JSON->new->encode( $helper ); } # Close dialog last so that script above runs!