https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672
--- Comment #4 from Fridolin Somers <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
