Bug 25109: (QA follow-up) Fix typo in configuration entry name
This patch fixes an error in the configuration retrieving line. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
29f399f1f8
commit
17afb2b9ba
1 changed files with 1 additions and 1 deletions
|
@ -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} );
|
||||
|
|
Loading…
Reference in a new issue