Summary: | Warning when no cookie 'patronSessionConfirmation' | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Initiative type: | --- | |
Sponsorship status: | --- | Crowdfunding goal: | 0 |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 14787 | ||
Bug Blocks: | 25790 |
Description
Fridolin Somers
2025-10-16 12:14:07 UTC
Can we just change with empty string ? my $patron_session_confirmation = $query->cookie('patronSessionConfirmation') || q{}; |