aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-03-25 21:30:44 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-03-30 17:24:27 +0100
commit32427b2032b12a7195249a2041e7aaa420b06e6a (patch)
tree440bf6e61970eb18376ba6a1a58ba232da50e234 /perllib/FixMyStreet/Cobrand
parentd80037c4c38154e2b9c892653e06527d0b718292 (diff)
Refactor email handling to use Email::MIME alone.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand')
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index c7e3c4d45..596ef2dc6 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -1029,7 +1029,7 @@ sub munge_sendreport_params {
},
}
} (0..$num-1);
- $params->{attachments} = \@attachments;
+ $params->{_attachments_} = \@attachments;
}
}