]> git.koha-community.org Git - koha.git/commit
Bug 28211: Replace use of call_recursive() with call()
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 23 Apr 2021 15:53:51 +0000 (11:53 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 18 Oct 2021 09:28:41 +0000 (11:28 +0200)
commit18c15007725e88ffeb79f5d17dd3d3c4f7e978d8
tree99003fbd1aad8c37d69016e227993c8b067f9536
parentb271e9f9db4f1d6187d2693fabcd6c0dafec510c
Bug 28211: Replace use of call_recursive() with call()

This is based on Julian's idea on bug 28026 where we could get rid of call_recursive by passing refs as arguments to call.

Test Plan:
1) Apply this patch
2) prove t/db_dependent/Koha/Plugins/Plugins.t
3) prove t/db_dependent/Koha/Plugins/Barcode_transform_hooks.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm
C4/SIP/Sip/MsgType.pm
Koha/Patron.pm
Koha/Plugins.pm
circ/circulation.pl
members/memberentry.pl
opac/sco/sco-main.pl
t/db_dependent/Koha/Plugins/Plugins.t
t/lib/Koha/Plugin/Test.pm