8 Jul
2024
8 Jul
'24
3:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104 --- Comment #18 from Sam Lau <samalau@gmail.com> --- (In reply to Jonathan Druart from comment #16)
Found a new warning that seems related to this change.
[WARN] Use of uninitialized value $anonymous_patron in string eq at /kohadevbox/koha/C4/Auth.pm line 2065.
The issue is due to the 'AnonymousPatron' system preference being a text entry bod, so it could be an empty string. Needed to first check if it is initialized. What do you think of this, Jonathan? -- You are receiving this mail because: You are watching all bug changes.