diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-06-23 16:42:42 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-11 10:29:20 +0000 |
commit | 09209f4168fed34837d11fb828aec33523b71737 (patch) | |
tree | 1c062aaaed9aa83159e9a517ac56c8245c1624a6 /perllib | |
parent | b8fb6677b54f99e53105de0e242be94969a53567 (diff) |
[Bromley] Only change endpoint config when needed.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index 24210e3d6..ff2a80b21 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -224,7 +224,7 @@ sub open311_config_updates { $params->{endpoints} = { service_request_updates => 'update.xml', update => 'update.xml' - }; + } if $params->{endpoint} =~ /bromley.gov.uk/; } sub open311_pre_send { |