Bugzilla – Attachment 118113 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), 799 bytes, created by
Martin Renvoize (ashimema)
on 2021-03-11 11:20:12 UTC
(
hide
)
Description:
Bug 27820: fix missing import in plugins_nightly.pl
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-11 11:20:12 UTC
Size:
799 bytes
patch
obsolete
>From f2d113a0d288ede6598c2b0992f9f88a31914624 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.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.20.1
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