diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-20 17:56:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-21 14:28:17 +0000 |
commit | d8cb50810ceab27e7090844faabceadf89a7be4e (patch) | |
tree | f71ed7d5aa46d825994d13848e612b0cdd9115af /perllib/FixMyStreet/App.pm | |
parent | ccbab6a38132db50d7a2cd434e6a8c5caf1bb859 (diff) |
[TfL] Always use TfL branding on shortlist email.
It was using the branding/URL of the site the update was left on.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index 1b75b9ba2..6a41d93a9 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -368,8 +368,8 @@ sub construct_email { my $vars = { from => [ $sender, _($sender_name) ], %{ $c->stash }, - %$extra_stash_values, additional_template_paths => \@include_path, + %$extra_stash_values, }; $vars->{site_name} = Utils::trim_text($c->view('EmailText')->render($c, 'site-name.txt', $vars)); $vars->{signature} = $c->view('EmailText')->render($c, 'signature.txt', $vars); |