https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697
--- Comment #11 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #10) > 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') ); See bug 30997. -- 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/
