Fix a bad around wrapper in the RssFeed assetExportHtml sub.

This commit is contained in:
Colin Kuskie 2010-06-07 15:49:07 -07:00
parent be259d803c
commit 963591d5e1

View file

@ -243,7 +243,7 @@ around exportAssetCollateral => sub {
$reportSession->output->print($reporti18n->get('done'));
}
}
return $self->$orig(@_);
return $self->$orig($basepath, $args, $reportSession);
};
#-------------------------------------------------------------------