10 Dec
2021
10 Dec
'21
6:35 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672 --- Comment #4 from Fridolin Somers <fridolin.somers@biblibre.com> --- I see it returns undef when plugins are disabled. It should return empty array non ? In order to allow : my @plugin_responses = Koha::Plugins->call( 'opac_results_xslt_variables', { lang => $lang, patron_id => $borrowernumber } ); for my $plugin_variables ( @plugin_responses ) { $variables = { %$variables, %$plugin_variables }; } -- You are receiving this mail because: You are watching all bug changes.