aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-02-15 11:03:18 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-02-15 11:06:58 +0000
commit0d1ee3b9b219c25529e4232ce2b93f1079496e25 (patch)
treee7cbffcd456d24d5e216f9b7ad8858a39e3f0ac7
parent2fc58dcb59018b27cf3980ba710fb6bb9d219606 (diff)
[Buckinghamshire] Ignore updates in extra process.
-rw-r--r--perllib/FixMyStreet/Cobrand/Buckinghamshire.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
index ef9848f79..095e80604 100644
--- a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
@@ -140,6 +140,8 @@ sub open311_contact_meta_override {
sub process_open311_extras {
my ($self, $c, $body, $extra) = @_;
+ return unless $c->stash->{report}; # Don't care about updates
+
$self->flytipping_body_fix(
$c->stash->{report},
$c->get_param('road-placement'),