Bugzilla – Attachment 118111 Details for
Bug 27820
plugins_nightly.pl script missing use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27820: fix missing import in plugins_nightly.pl
Bug-27820-fix-missing-import-in-pluginsnightlypl.patch (text/plain), 735 bytes, created by
Nick Clemens (kidclamp)
on 2021-03-11 11:16:08 UTC
(
hide
)
Description:
Bug 27820: fix missing import in plugins_nightly.pl
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-03-11 11:16:08 UTC
Size:
735 bytes
patch
obsolete
>From c1707bfb8ac985e887adba2869224fe88a345c49 Mon Sep 17 00:00:00 2001 >From: Samir Shah <samir@regulusweb.com> >Date: Mon, 1 Mar 2021 10:49:03 +0300 >Subject: [PATCH] Bug 27820: fix missing import in plugins_nightly.pl > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > misc/cronjobs/plugins_nightly.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/misc/cronjobs/plugins_nightly.pl b/misc/cronjobs/plugins_nightly.pl >index dcca0e9a54..8a45ddd702 100755 >--- a/misc/cronjobs/plugins_nightly.pl >+++ b/misc/cronjobs/plugins_nightly.pl >@@ -4,6 +4,7 @@ use Modern::Perl; > > use Koha::Logger; > use Koha::Script -cron; >+use C4::Log; > > cronlogaction(); > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27820
:
117427
|
117435
|
117436
|
118111
|
118112
|
118113
|
118114