https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41891
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Cook <[email protected]> --- I like it but... Koha::Context::Preferences loads Koha::Config::SysPrefs which loads Koha::Config::SysPref which loads C4::Log which loads C4::Context, so we'd still have a circular dependency. It looks like Koha::Object (used by Koha::Config::SysPref) assumes C4::Context is loaded as well as it uses C4::Context->tz in "sub _recursive_fixup". -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
