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

(-)a/misc/cronjobs/plugins_nightly.pl (-1 / +1 lines)
Lines 4-9 use Modern::Perl; Link Here
4
4
5
use Koha::Logger;
5
use Koha::Logger;
6
use Koha::Script -cron;
6
use Koha::Script -cron;
7
use C4::Log;
7
8
8
cronlogaction();
9
cronlogaction();
9
10
10
- 

Return to bug 27820