[Koha-bugs] [Bug 25898] Prohibit indirect object notation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 14 12:54:01 CEST 2020


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

--- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
C4/ILSDI/Services.pm:    my $cgi = new CGI;
C4/InstallAuth.pm:  my $query = new CGI;
C4/SIP/ILS.pm:  #               $item = new ILS::Item $i;
C4/SIP/ILS.pod:    my $ils = new ILS (institution => 'Foo Public Library');
C4/SIP/ILS.pod:    $ils = new ILS $institution
C4/SIP/ILS/Item.pod:    my $item = new ILS::Item $item_id;
C4/Utils/DataTables.pm:    my $input = new CGI;
admin/background_jobs.pl:my $input             = new CGI;
debian/list-deps:my $pm   = new Parallel::ForkManager( Sys::CPU::cpu_count() );

For some of those I am not sure - I suggest to deal with them in a follow-up
and of course we will also need a check in the QA script!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list