20 Aug
2022
20 Aug
'22
8:53 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31351 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #3 from Fridolin Somers <fridolin.somers@biblibre.com> --- Hi, my $context = decode_json encode_utf8 $self->context; I think we prefer the syntax with parenthesis : my $context = decode_json(encode_utf8($self->context)); -- You are receiving this mail because: You are watching all bug changes.