AssetHelper dialogs close properly now

This commit is contained in:
Paul Driver 2010-11-04 09:30:15 -05:00
parent f515d85b2d
commit 5e5e65c112

View file

@ -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!