Bug 17600: Fix wrong import in Koha::I18N - LC_MESSAGES
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Jul 2021 14:47:18 +0000 (16:47 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Jul 2021 14:47:18 +0000 (16:47 +0200)
commit6c5aa578366aa02ace6095950a82b5c63111a898
tree5f29ddff5fc6c9878a441b8444b915a471357a60
parent3a6bb271c4324c3dfff199d0bf3cacd45387474e
Bug 17600: Fix wrong import in Koha::I18N - LC_MESSAGES

$ perl -wc Koha/I18N.pm
Subroutine Koha::I18N::LC_MESSAGES redefined at Koha/I18N.pm line 36.
Prototype mismatch: sub Koha::I18N::LC_MESSAGES: none vs () at Koha/I18N.pm line 36.
Koha/I18N.pm syntax OK

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/I18N.pm