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

(-)a/misc/cronjobs/process_message_queue.pl (-2 / +1 lines)
Lines 70-76 die $usage if $help; Link Here
70
70
71
cronlogaction();
71
cronlogaction();
72
72
73
if ( C4::Context->preference('UseKohaPlugins') && C4::Context->config("enable_plugins") ) {
73
if ( C4::Context->config("enable_plugins") ) {
74
    my @plugins = Koha::Plugins->new->GetPlugins({
74
    my @plugins = Koha::Plugins->new->GetPlugins({
75
        method => 'before_send_messages',
75
        method => 'before_send_messages',
76
    });
76
    });
77
- 

Return to bug 24183