]> 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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 19 Jul 2024 08:56:31 +0000 (10:56 +0200)
commit7df3340b1c9d16899c9060e56233905c9d0be9a6
treeb90fe2f58fc0a87e66c235c44426316f5f2d8f0b
parentd77d091bf493351d52a188645eed3973b79d484c
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>
(cherry picked from commit 3c6280f4a2fcfa1dd7da5c215854ea840c9a09f0)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Auth/Client.pm