Bugzilla – Attachment 102856 Details for
Bug 25109
Add execution locking to Koha::Script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25109: (QA follow-up) Fix typo in configuration entry name
Bug-25109-QA-follow-up-Fix-typo-in-configuration-e.patch (text/plain), 857 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-04-13 15:03:45 UTC
(
hide
)
Description:
Bug 25109: (QA follow-up) Fix typo in configuration entry name
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-04-13 15:03:45 UTC
Size:
857 bytes
patch
obsolete
>From 920b5756ae765552a14bb879175c47b4e7d7eb81 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 13 Apr 2020 12:02:29 -0300 >Subject: [PATCH] Bug 25109: (QA follow-up) Fix typo in configuration entry > name > >This patch fixes an error in the configuration retrieving line. >--- > Koha/Script.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Script.pm b/Koha/Script.pm >index 9cfbc9ecf8..089cebf1a7 100644 >--- a/Koha/Script.pm >+++ b/Koha/Script.pm >@@ -155,7 +155,7 @@ This method initializes the locking configuration. > sub _initialize_locking { > my ($self) = @_; > >- my $lock_dir = C4::Context->config('lock_dir') >+ my $lock_dir = C4::Context->config('lockdir') > // C4::Context->temporary_directory(); > > my $lock_name = $self->{lock_name} // fileparse( $self->{script} ); >-- >2.26.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 25109
:
102757
|
102758
|
102759
|
102760
|
102761
|
102762
|
102814
|
102815
|
102816
|
102817
|
102840
|
102841
|
102842
|
102843
|
102856
|
102887
|
102904
|
102905
|
102906
|
102907
|
102908
|
102909