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

(-)a/Koha/TemplateUtils.pm (-1 / +1 lines)
Lines 60-65 sub process_tt { Link Here
60
            {
60
            {
61
                EVAL_PERL   => 0,
61
                EVAL_PERL   => 0,
62
                ABSOLUTE    => 0,
62
                ABSOLUTE    => 0,
63
                RELATIVE    => 0,
63
                PLUGIN_BASE => 'Koha::Template::Plugin',
64
                PLUGIN_BASE => 'Koha::Template::Plugin',
64
                COMPILE_EXT => $use_template_cache ? '.ttc'                                    : '',
65
                COMPILE_EXT => $use_template_cache ? '.ttc'                                    : '',
65
                COMPILE_DIR => $use_template_cache ? C4::Context->config('template_cache_dir') : '',
66
                COMPILE_DIR => $use_template_cache ? C4::Context->config('template_cache_dir') : '',
66
- 

Return to bug 40719