Summary: | Get rid of an uninitialized warning in XSLT.pm | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Nick Clemens (kidclamp) <nick> |
Severity: | normal | ||
Priority: | P5 - low | CC: | andrew, fridolin.somers, kyle, nick, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.04,21.05.13
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 25790 | ||
Attachments: |
Bug 29687: Uninitialized warning C4/XSLT line 286
Bug 29687: Uninitialized warning C4/XSLT line 286 |
Description
Marcel de Rooy
2021-12-13 13:22:00 UTC
Created attachment 128460 [details] [review] Bug 29687: Uninitialized warning C4/XSLT line 286 From plack-opac-error.log: [WARN] Use of uninitialized value $value in concatenation (.) or string at /usr/share/koha/C4/XSLT.pm line 286. Test plan: An opac search triggered the warning. So repeat it without warns. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Had much more of these warns, but no time to remove them all ;) Just submitting this one now here. Super trivial: self SO Created attachment 131122 [details] [review] Bug 29687: Uninitialized warning C4/XSLT line 286 From plack-opac-error.log: [WARN] Use of uninitialized value $value in concatenation (.) or string at /usr/share/koha/C4/XSLT.pm line 286. Test plan: An opac search triggered the warning. So repeat it without warns. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.04 Pushed to 21.05.x for 21.05.13 Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed. |