https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385

--- Comment #322 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to