https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22706 --- Comment #15 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 94905 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94905&action=edit Bug 22706: (RM follow-up) Remove use of Koha::Plugins::Handler Using both Koha::Plugins and Koha::Plugins::Handler inside the same class causes issues for runtime module loading which in turn caused all the plugins tests to fail. This patch converts this patchset to use the direct call style used elsewhere in Koha removing the need for Koha::Plugins::Handler. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.