https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 --- Comment #322 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Wondering if the get_xsl_filename change (with a second parameter) should have impact on this code in about.pl: # XSLT sysprefs my @xslt_prefs = qw( OPACXSLTDetailsDisplay OPACXSLTListsDisplay OPACXSLTResultsDisplay XSLTDetailsDisplay XSLTListsDisplay XSLTResultsDisplay ); my @warnXSLT; for my $p (@xslt_prefs) { my $xsl_filename = C4::XSLT::get_xsl_filename($p); next if -e $xsl_filename; push @warnXSLT, { syspref => $p, value => C4::Context->preference("$p"), filename => $xsl_filename }; } -- You are receiving this mail because: You are watching all bug changes.