diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-12 17:11:58 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-12 17:11:58 +0000 |
commit | 236f615c046dfcfadbba376b735ef7a352a79ef9 (patch) | |
tree | 5dd6c4d18e892cce26e90285c6a7f2d7eab4e9e7 /perllib/FixMyStreet/Script/Reports.pm | |
parent | 5260280b60a1192f87987c34a78fce63fc5c1d26 (diff) | |
parent | 7ec0d3f67766764967a8bb92099c582f8bd6aaf5 (diff) |
Merge branch 'banes-improvements-grab-bag'
Diffstat (limited to 'perllib/FixMyStreet/Script/Reports.pm')
-rw-r--r-- | perllib/FixMyStreet/Script/Reports.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Script/Reports.pm b/perllib/FixMyStreet/Script/Reports.pm index d6a614651..8e4a4aec1 100644 --- a/perllib/FixMyStreet/Script/Reports.pm +++ b/perllib/FixMyStreet/Script/Reports.pm @@ -306,9 +306,9 @@ sub _send_report_sent_email { $h, { To => $row->user->email, - From => [ FixMyStreet->config('CONTACT_EMAIL'), $cobrand->contact_name ], + From => [ $cobrand->contact_email, $cobrand->contact_name ], }, - FixMyStreet->config('CONTACT_EMAIL'), + $cobrand->contact_email, $nomail, $cobrand, $row->lang, |