21 Aug
2026
21 Aug
'26
12:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35052 --- Comment #13 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 203934 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203934&action=edit Bug 35052: Add defensive null check for patron category Prevent potential null pointer dereference if $patron->category unexpectedly returns undef. While this shouldn't happen in normal Koha operation (category is a required foreign key), add explicit check to close the defensive-coding gap. -- You are receiving this mail because: You are watching all bug changes.