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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Jun 2014 11:34:55 +0000 (07:34 -0400)
commit26a85e954f9bc2872e2de42b3787afea53cdd25b
tree9659cbac2e1a32dbbf568ac86bd1a8e919505a9f
parent9208b5714759d5cb468f430cf718380cd4137015
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>
(cherry picked from commit b9d2a832db6d2a75d6466a349b769e8285d1f0c8)

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit acec28bc4c9319da4490eb940ef54d0875c97c48)
C4/Charset.pm