diff options
author | Struan Donald <struan@exo.org.uk> | 2018-08-07 17:18:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-01 07:57:22 +0100 |
commit | 1abc3183acb95f83ddbb05fb80ba19b87b047657 (patch) | |
tree | 3ef2cc80ec89829ccfa5b486a1e6bf58929cfef2 /perllib/FixMyStreet | |
parent | 8b9ff92dc8aa56d139a32d5a630fc13842e0e632 (diff) |
[Oxfordshire] remove open311 hardcoding
we no longer need some of the hardcoded oxfordshire Open311 overrides so
remove them
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index 392bf37c3..cac79a347 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -155,11 +155,6 @@ sub open311_config { $params->{extended_description} = 'oxfordshire'; } -sub open311_pre_send { - my ($self, $row, $open311) = @_; - $open311->endpoints( { requests => 'open311_service_request.cgi' } ); -} - sub on_map_default_status { return 'open'; } sub contact_email { |