From 2b4d3355b6245724a3ce5abd9fbf95cb71d5c571 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 26 Jul 2021 16:47:18 +0200 Subject: [PATCH] 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 --- Koha/I18N.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/I18N.pm b/Koha/I18N.pm index 64fab1db256..dd855b8335b 100644 --- a/Koha/I18N.pm +++ b/Koha/I18N.pm @@ -27,7 +27,6 @@ use List::Util qw( first ); use Locale::Messages qw( bindtextdomain gettext - LC_MESSAGES ngettext npgettext pgettext -- 2.20.1