https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001
--- Comment #10 from M. Tompsett <[email protected]> --- Comment on attachment 70696 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70696 Bug 20001: Fix confusion between array and arrayref Review of attachment 70696: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20001&attachment=70696) ----------------------------------------------------------------- ::: Koha/Illrequest.pm @@ +478,4 @@ > > sub available_backends { > my ( $self ) = @_; > + my $backends = $self->_config->available_backends; YIKES! Line 117 of Koha/Illrequest/Config.pm in available_backends returns \@backends, which should be this, and not what it was. Nice fix. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
