|
Lines 86-91
catch {
Link Here
|
| 86 |
|
86 |
|
| 87 |
cronlogaction({ info => $command_line_options }); |
87 |
cronlogaction({ info => $command_line_options }); |
| 88 |
|
88 |
|
|
|
89 |
# Remove empty elements, see bug 37075 |
| 90 |
@letter_code = grep { $_ ne q{} } @letter_code; |
| 91 |
|
| 89 |
if ( C4::Context->config("enable_plugins") ) { |
92 |
if ( C4::Context->config("enable_plugins") ) { |
| 90 |
my @plugins = Koha::Plugins->new->GetPlugins({ |
93 |
my @plugins = Koha::Plugins->new->GetPlugins({ |
| 91 |
method => 'before_send_messages', |
94 |
method => 'before_send_messages', |
| 92 |
- |
|
|