16 Jun
2022
16 Jun
'22
12:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697 --- Comment #10 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- This adds a new warning in the log [2022/06/16 10:31:18] [WARN] CGI::param called in list context from /kohadevbox/koha/catalogue/detail.pl line 626, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 414. It should be $template->param(found1 => scalar $query->param('found1') ); -- You are receiving this mail because: You are watching all bug changes.