https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36503 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Status|Signed Off |Failed QA --- Comment #18 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Hi Raphael, It looks like you missed Marks comment about removing the 'enable_plugins' section... in fact you can and should just use the ->call method now. my @responses = Koha::Plugins->call($method, @args); The above should suffice for a large part of your code block introduced.. it does the check for enable_plugins, find the right plugins and checked they're enabled/disabled individually and then runs their methods.. it's also allows passing by reference so you should still be able to use the passed arguments to fill the data on return. -- You are receiving this mail because: You are watching all bug changes.