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

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

Return to bug 11944