]> git.koha-community.org Git - koha.git/commit
Bug 35792: Use of uninitialized value $sub6
authorCatalyst Bug Squasher <koha-training@catalyst.net.nz>
Thu, 25 Jul 2024 22:41:58 +0000 (22:41 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 11 Sep 2024 15:56:14 +0000 (15:56 +0000)
commit482c08bbfa295204e94d211096a99b5f35b3a3ce
treed5c49ead7ce87b49788f07eb07beb77db9053b25
parent7fcda7cfc3126ca6c36b2bf14f717472bcdb1c80
Bug 35792: Use of uninitialized value $sub6

Test plan:

1. Apply patch
2. Rerun and make sure the error "Use of uninitialized value $sub6 in pattern match (m//) at /usr/share/koha/lib/Koha/SearchEngine/Elastricsearch.pm" is no longer present.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Initial testing done, it works well, needs an additional sign off from an external party

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit b8049af6b1e2c7de954ffc08e22acc08031fd290)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/SearchEngine/Elasticsearch.pm