Bug 27265: (QA follow-up) Typo on L99 cron script
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
a39ecfd7f7
commit
ae986b992d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ if ( C4::Context->config("enable_plugins") ) {
|
|||
verbose => $verbose,
|
||||
limit => $limit,
|
||||
type => \@type,
|
||||
letter_code => @letter_code,
|
||||
letter_code => \@letter_code,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue