https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104
--- Comment #18 from Sam Lau <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
