13 May
2024
13 May
'24
9:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36826 --- Comment #1 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #0)
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
It is not wrong. And theoretically perhaps even safer. But not consistent. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.