]> git.koha-community.org Git - koha.git/commit
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)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 12 Jan 2024 22:16:26 +0000 (22:16 +0000)
commita4edd5ca08debd4e37ddc890ebe17ce9f55028d4
tree91d43b05829d08fffd6781275143149d1a88d3f3
parent8860b00ae87bc1541c1f75c6b6b0e4ab5aa1f2df
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>
(cherry picked from commit 3df1cb33c277925b689b1e45c736ea8532bffdff)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit fec97b4ae8de760cb62b9d9c79c91823b97da6f2)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Plugins.pm