https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40083

--- Comment #1 from Arthur Suzuki <arthur.suz...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to