19 Sep
2018
19 Sep
'18
1:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20548 --- Comment #9 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Hi Jonathan, this is actually a bug in master. I spotted it the other day but completely forgot to do anything about it, thanks for the reminder. It seems that at some point the "| html" filter was erroneously added to some variable declarations that weren't strings, these specifically: https://github.com/PTFS-Europe/koha/blob/master/koha-tmpl/intranet-tmpl/prog... Since these variables are either hashrefs or arrayrefs, the filter breaks them, hence the problem you're seeing. I'll create a new bug and get them fixed. -- You are receiving this mail because: You are watching all bug changes.