diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-03-31 14:17:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-03-31 14:17:54 +0100 |
commit | dac0d4c71018c01d858d0111d0f772b49a6e124d (patch) | |
tree | 191bb55f2ebb738d8fccb8b3e73db5688aff291a /perllib/FixMyStreet/Cobrand/Zurich.pm | |
parent | 6702f44f92e9c74fe6d2dd1c69c5418a15af178c (diff) | |
parent | e4707406bd816fb9b1bb2077b7452cc77dec3d94 (diff) |
Merge remote-tracking branch 'mysociety/refactor-email'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Zurich.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 2 |
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; } } |