https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37682 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com --- Comment #5 from Julian Maurice <julian.maurice@biblibre.com> --- Note that Koha::Script uses C4::Context, so C4::Context::import is executed twice (once with require Koha::Script, once with C4::Context->import) Koha::Logger::import is also "called" twice (it doesn't exist so it doesn't matter much IMO) And you might want to get rid of C4::Log which does not appear to be useful here. -- You are receiving this mail because: You are watching all bug changes.