5 Jun
2025
5 Jun
'25
5:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40083 --- Comment #1 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Managed to get it to work with this diff : ==== diff --git a/Koha/Plugins.pm b/Koha/Plugins.pm index d93e9fe40fc..25aad2ffa2c 100644 --- a/Koha/Plugins.pm +++ b/Koha/Plugins.pm @@ -287,6 +287,7 @@ sub InstallPlugins { try { $plugin = $plugin_class->new({ enable_plugins => $self->{'enable_plugins'} }); + $plugin->install(); } catch { warn "$_" ==== -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.