Bugzilla – Attachment 117427 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]
Fix missing import in plugins_nightly.pl
0001-Bug-27820-fix-missing-import-in-plugins_nightly.pl.patch (text/plain), 621 bytes, created by
Samir Shah
on 2021-03-01 07:51:11 UTC
(
hide
)
Description:
Fix missing import in plugins_nightly.pl
Filename:
MIME Type:
Creator:
Samir Shah
Created:
2021-03-01 07:51:11 UTC
Size:
621 bytes
patch
obsolete
>From e4e3fb70e098c50ee6d5682098c499bdb0b0e780 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 > >--- > 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 dcca0e9..8a45ddd 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.7.0.windows.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