https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010
--- Comment #373 from Jonathan Druart <[email protected]> --- Created attachment 181809 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181809&action=edit Bug 38010: Fix wrong use of scalar in the REST API controller It was wrong, we need to use scalar on the array, not the arrayref (otherwise it will always be true) No change in behaviour expected here, just some code cleaning (cherry picked from commit 7abbcb7ba73da13d988202aaf06ba239e21692da) Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
