https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36826 Bug ID: 36826 Summary: Incorrect instantiations of CGI ::-> Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Koha/Uploader.pm: my $query = CGI::->new( sub { $self->_hook(@_); }, {}, 0 ); opac/opac-retrieve-file.pl:my $input = CGI::->new; tools/upload.pl:my $input = CGI::->new; This ::-> looks wrong -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.