diff options
Diffstat (limited to 'perllib/FixMyStreet/Email.pm')
-rw-r--r-- | perllib/FixMyStreet/Email.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Email.pm b/perllib/FixMyStreet/Email.pm index b12fcfab4..d955f6f72 100644 --- a/perllib/FixMyStreet/Email.pm +++ b/perllib/FixMyStreet/Email.pm @@ -93,7 +93,7 @@ sub send_cron { ); my @include_path = @{ $cobrand->path_to_email_templates($lang_code) }; - push @include_path, FixMyStreet->path_to( 'templates', 'email', 'default' )->stringify; + push @include_path, FixMyStreet->path_to( 'templates', 'email', 'default' ); my $tt = Template->new({ ENCODING => 'utf8', INCLUDE_PATH => \@include_path, |