@@ -, +, @@ misc/cronjobs/plugins_nightly.pl --- misc/cronjobs/plugins_nightly.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/misc/cronjobs/plugins_nightly.pl +++ a/misc/cronjobs/plugins_nightly.pl @@ -2,9 +2,13 @@ use Modern::Perl; +use Try::Tiny; + +use C4::Context; +use C4::Log; use Koha::Logger; +use Koha::Plugins; use Koha::Script -cron; -use C4::Log; cronlogaction(); --