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

(-)a/misc/cronjobs/plugins_nightly.pl (-2 / +5 lines)
Lines 2-10 Link Here
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
5
use Try::Tiny;
6
7
use C4::Context;
8
use C4::Log;
5
use Koha::Logger;
9
use Koha::Logger;
10
use Koha::Plugins;
6
use Koha::Script -cron;
11
use Koha::Script -cron;
7
use C4::Log;
8
12
9
cronlogaction();
13
cronlogaction();
10
14
11
- 

Return to bug 27820