aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Script/Inactive.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-03-30 14:11:24 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-03-30 14:11:24 +0100
commitc4e8f6218ef1e7338982db206084ff137dcae650 (patch)
treeb2f060a241de2e0365330f5c7ecc702488565414 /perllib/FixMyStreet/Script/Inactive.pm
parentec0d3e91160652c3da665358ccae1028d6d379de (diff)
parentfca6dd25ace392da54fa0ff1ac23dff05279fc9a (diff)
Merge branch 'inactive-accounts-to-header' of git://github.com/Sambruk/fixmystreet
Diffstat (limited to 'perllib/FixMyStreet/Script/Inactive.pm')
-rw-r--r--perllib/FixMyStreet/Script/Inactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Script/Inactive.pm b/perllib/FixMyStreet/Script/Inactive.pm
index e09417648..8dd524ce1 100644
--- a/perllib/FixMyStreet/Script/Inactive.pm
+++ b/perllib/FixMyStreet/Script/Inactive.pm
@@ -191,7 +191,7 @@ sub email_inactive_users {
user => $user,
url => $self->base_cobrand->base_url_with_lang . '/my',
},
- { To => [ $user->email, $user->name ] },
+ { To => [ [ $user->email, $user->name ] ] },
undef, 0, $self->base_cobrand,
);