Summary: | Remove Context L785 warning | ||
---|---|---|---|
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: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | normal | ||
Priority: | P5 - low | CC: | martin.renvoize, tomascohen |
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
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 25790 | ||
Attachments: |
Bug 30702: Fix Context.pm L785 warning on sessionID
Bug 30702: Fix Context.pm L785 warning on sessionID |
Description
Marcel de Rooy
2022-05-06 07:06:53 UTC
Use of uninitialized value $sessionID in string eq at /usr/share/koha/C4/Context.pm line 785. Created attachment 134673 [details] [review] Bug 30702: Fix Context.pm L785 warning on sessionID Trivial fix. Before working on bug 29954. Test plan: Run a few tests like t/Context.t, t/db_dependent/Auth.t and t/db_dependent/Circulation.t. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Trivial: self SO Created attachment 134712 [details] [review] Bug 30702: Fix Context.pm L785 warning on sessionID Trivial fix. Before working on bug 29954. Test plan: Run a few tests like t/Context.t, t/db_dependent/Auth.t and t/db_dependent/Circulation.t. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Always nice to squash warnings. All works as expected, no regressions. PQA Pushed to master for 22.05, thanks to everybody involved [U+1F984] |