aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-21 14:51:51 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-01-21 14:51:51 +0000
commit50c032608c84bc9aaa7741b7c571b253303ae0b8 (patch)
tree50e71826ce8ab795d89d4a99e6ae35e2d9aa8718 /perllib/FixMyStreet/App.pm
parent8b19598fe246d1ed57af75e600f8909a48f136bc (diff)
parentd8cb50810ceab27e7090844faabceadf89a7be4e (diff)
Merge branch 'tfl-update-shortlist-email-cobrand'
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm2
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);