Comment 6 for bug 1955079

Revision history for this message
Adam Bowling (abowling) wrote :

Per Michele's post, that indicates that Perl is receiving an array that is shorter than the offset or length settings require.

This is the line in question in /usr/local/share/perl/5.24.1/OpenILS/Application/Search/Biblio.pm:

($captcha_pass, $email, $subject) = splice @_, -3, 3;