Bug 35070: Fix get_enabled_plugins when database is not created yet
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 5 Jan 2024 08:04:33 +0000 (09:04 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Jan 2024 13:04:06 +0000 (14:04 +0100)
commit3df1cb33c277925b689b1e45c736ea8532bffdff
tree6ce45076bfe2abba746a4a1f7e83733a375d30a7
parent520c84756a2097927ef868630d40035198fbc5f6
Bug 35070: Fix get_enabled_plugins when database is not created yet

Koha::Plugins::get_enabled_plugins is called by Koha::Plugins::call
which is called by C4::Templates->new, which is used in the web
installer when the database is not created yet

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Plugins.pm