]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 19 May 2014 14:31:30 +0000 (16:31 +0200)
commitacec28bc4c9319da4490eb940ef54d0875c97c48
treee10fc844a65c33c230a502f6e6ff49f4a0b24d7e
parentfe4cb677742d6820a2f54aea02146186c3d5baae
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>
C4/Charset.pm