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

(-)a/C4/Templates.pm (-1 / +1 lines)
Lines 69-74 sub new { Link Here
69
            COMPILE_DIR => $use_template_cache ? C4::Context->config('template_cache_dir') : '',
69
            COMPILE_DIR => $use_template_cache ? C4::Context->config('template_cache_dir') : '',
70
            INCLUDE_PATH => \@includes,
70
            INCLUDE_PATH => \@includes,
71
            FILTERS => {},
71
            FILTERS => {},
72
            ENCODING => 'UTF-8',
72
        }
73
        }
73
    ) or die Template->error();
74
    ) or die Template->error();
74
    my $self = {
75
    my $self = {
75
- 

Return to bug 11944