diff options
author | Struan Donald <struan@exo.org.uk> | 2019-07-05 12:40:02 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-07-05 14:32:35 +0100 |
commit | b078fc7a95ba42e62c3c905c45b7bed085619e6e (patch) | |
tree | 768f85375fe1c94ef0b4256c2e8d0d01e520c0be | |
parent | 2de2779cacfe88fb4d7de4749684a2216690865a (diff) |
[Northamptonshire] turn on sending comments over Open311
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Northamptonshire.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm index 21a145326..d9c3b97e6 100644 --- a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm +++ b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm @@ -76,9 +76,6 @@ sub open311_config { $params->{multi_photos} = 1; } -# sending updates not part of initial phase -sub should_skip_sending_update { 1; } - sub report_validation { my ($self, $report, $errors) = @_; |