16 Apr
2024
16 Apr
'24
9:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237 --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- my $lang = 'en'; This is also not needed and confusing as you are actually removing the fallback to "en". I would re-add it, after the if/else block, add `$lang //= 'en';` -- You are receiving this mail because: You are watching all bug changes.