View | Details | Raw Unified | Return to bug 40719
Collapse All | Expand All

(-)a/C4/Letters.pm (-1 / +1 lines)
Lines 1804-1809 sub _process_tt { Link Here
1804
        {
1804
        {
1805
            EVAL_PERL    => 0,
1805
            EVAL_PERL    => 0,
1806
            ABSOLUTE     => 0,
1806
            ABSOLUTE     => 0,
1807
            RELATIVE     => 0,
1807
            PLUGIN_BASE  => 'Koha::Template::Plugin',
1808
            PLUGIN_BASE  => 'Koha::Template::Plugin',
1808
            COMPILE_EXT  => $use_template_cache ? '.ttc'                                    : '',
1809
            COMPILE_EXT  => $use_template_cache ? '.ttc'                                    : '',
1809
            COMPILE_DIR  => $use_template_cache ? C4::Context->config('template_cache_dir') : '',
1810
            COMPILE_DIR  => $use_template_cache ? C4::Context->config('template_cache_dir') : '',
1810
- 

Return to bug 40719