https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237
--- Comment #15 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
