[Koha-bugs] [Bug 27697] Opening bibliographic record page prepopulates search bar text

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 16 12:43:04 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697

--- Comment #10 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list