View | Details | Raw Unified | Return to bug 37075
Collapse All | Expand All

(-)a/misc/cronjobs/process_message_queue.pl (-1 / +3 lines)
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
- 

Return to bug 37075