https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32539 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 145328 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145328&action=edit Bug 32539: Add exception handling to plugin hooks in template plugin This change wraps Koha plugin hook calls with exception handling within the template plugin for Koha plugins. Test plan: 0) Apply patch 1) Install a plugin that provides "opac_head", "opac_js", "intranet_head", and "intranet_js" with Perl errors in them 2) Load an OPAC page 3) Note that the OPAC page loads correctly 4) Load a staff interace page 5) Note that the staff interface page loads correctly -- You are receiving this mail because: You are watching all bug changes.