]> git.koha-community.org Git - koha.git/commit
Bug 36503: (follow-up) Use the call method of Koha::Plugins
authorRaphael Straub <raphael.straub@kit.edu>
Thu, 2 May 2024 09:19:32 +0000 (09:19 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 10 May 2024 12:11:51 +0000 (14:11 +0200)
commit3c6280f4a2fcfa1dd7da5c215854ea840c9a09f0
tree62404494f4f6d0df3f6ffa6f961b0c21a5e8dd78
parent356d3226f9ce1a7ba2f2dce005480fdef6b1ae75
Bug 36503: (follow-up) Use the call method of Koha::Plugins

This removes the option to call multiple plugins in a prioritized order,
but this is not needed if there is only one plugin that uses this hook.

Sponsored-by: Karlsruhe Institute of Technology (KIT)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Auth/Client.pm