https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104 --- Comment #19 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Sam Lau from comment #18)
(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?
Yes, but why did you replace '==' with 'eq'? It shouldn't make much differences, but the other occurrences are using eq. -- You are receiving this mail because: You are watching all bug changes.