From b49818a9b1055d3cef542ba0a5b91281f02fbb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Delaune?= Date: Mon, 10 Feb 2014 10:52:59 +0100 Subject: [PATCH 01/01] Bug 11730: C4-Charset call C4-Context without use it --- C4/Charset.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Charset.pm b/C4/Charset.pm index 2968b5e..acad92a 100644 --- a/C4/Charset.pm +++ b/C4/Charset.pm @@ -22,6 +22,7 @@ use warnings; use MARC::Charset qw/marc8_to_utf8/; use Text::Iconv; +use C4::Context; use C4::Debug; use Unicode::Normalize; -- 1.7.9.5