Bug 11730: ensure that C4::Charset loads C4::Context
authorStéphane Delaune <stephane.delaune@biblibre.com>
Mon, 10 Feb 2014 09:52:59 +0000 (10:52 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 18 Feb 2014 21:52:21 +0000 (21:52 +0000)
commitb9d2a832db6d2a75d6466a349b769e8285d1f0c8
treeb397077504fe18b0d1ea36d65354613241ace310
parente27ea08887a0332692c37b05b15021b14b1bef78
Bug 11730: ensure that C4::Charset loads C4::Context

C4::Charset::SetMarcUnicodeFlag() fetches system preference
values, so since it invokes routines in C4::Context, it should
load the module.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Charset.pm