Fix a bad around wrapper in the RssFeed assetExportHtml sub.
This commit is contained in:
parent
be259d803c
commit
963591d5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ around exportAssetCollateral => sub {
|
|||
$reportSession->output->print($reporti18n->get('done'));
|
||||
}
|
||||
}
|
||||
return $self->$orig(@_);
|
||||
return $self->$orig($basepath, $args, $reportSession);
|
||||
};
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue