aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-05-23 15:41:02 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-05-23 15:41:02 +0100
commit507daabec76ceb56f783b9c07eec2c786349702d (patch)
tree34b7b9126a9a40b585f81d9fc524f70a24f4ea59
parenta33aa07209f5efc2eb1b6275092cf155826af3cd (diff)
Use default sender for report sent email.
-rw-r--r--perllib/FixMyStreet/Script/Reports.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Script/Reports.pm b/perllib/FixMyStreet/Script/Reports.pm
index 5e8c99037..578d966d6 100644
--- a/perllib/FixMyStreet/Script/Reports.pm
+++ b/perllib/FixMyStreet/Script/Reports.pm
@@ -306,7 +306,7 @@ sub _send_report_sent_email {
To => $row->user->email,
From => [ $cobrand->contact_email, $cobrand->contact_name ],
},
- $cobrand->contact_email,
+ undef,
$nomail,
$cobrand,
$row->lang,