https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25774
--- Comment #4 from David Cook <[email protected]> --- Created attachment 105932 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105932&action=edit Bug 25774: replace decode_json with from_json decode_json expects octets/bytes but from_json expects a string. We don't need to encode the query parameters as bytes to give to decode_json. Instead, we can just pass the string to from_json, and it will work as expected. -- 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/
