https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13888
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #35 from Jonathan Druart <[email protected]> --- The following line generates a warning in the log: +$public = ( $query->param('public') == 1 && $allow_create_public_lists == 1 ) ? 1 : 0; [2026/07/09 10:23:26] [WARN] Use of uninitialized value in numeric eq (==) at /kohadevbox/koha/virtualshelves/shelves.pl line 68. -- 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/
