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

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

Return to bug 40719