diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Buckinghamshire.pm | 2 |
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'), |