]> git.koha-community.org Git - koha.git/commit
Bug 23712: Silence warns from Koha/Illrequest/Logger.pm
authorMagnus Enger <magnus@libriotech.no>
Tue, 1 Oct 2019 14:41:31 +0000 (16:41 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 21 Oct 2019 08:43:17 +0000 (09:43 +0100)
commitfcf149d32598f3c4ead2d36dbd3f7a3cafd83e30
treedb044baf0ac60eae89fb8af7eb680fcc7f6ad526
parentd595a931320e7567810b48f4e896f930bace4cb2
Bug 23712: Silence warns from Koha/Illrequest/Logger.pm

To test:
- Run: $ sudo koha-shell -c "prove t/db_dependent/Illrequests.t" kohadev
- Observe the warnings about "no query in themelanguage"
- Apply the patch
- Run prove again
- Observe the lack of warnings about "no query in themelanguage"
  (There will be a couple of other warnings, but they are not
  related to the present bug.)

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Illrequest/Logger.pm