diff options
author | Struan Donald <struan@exo.org.uk> | 2019-07-11 09:46:47 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-07-11 15:28:05 +0100 |
commit | 63d6df88f1fc7d3f07e980e5a18b32786bf30989 (patch) | |
tree | ba7b739dcd059be73c275a8a3abd161bcdc93c3d | |
parent | 58fe7b2c649c29b09338c8ea76314aef29385bf5 (diff) |
[Oxfordshire] turn on multi photo sending over open311
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index 72a56f46c..ea6f14904 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -128,6 +128,7 @@ sub open311_config { } $row->set_extra_fields( @$extra ); + $params->{multi_photos} = 1; $params->{extended_description} = 'oxfordshire'; } |