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