diff options
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Buckinghamshire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm index f1dd85176..e210e7d09 100644 --- a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm +++ b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm @@ -156,7 +156,7 @@ sub flytipping_body_fix { # If the report is only being sent to the district, we do # not care about the road question, if it is missing if (!$report->to_body_named('Buckinghamshire')) { - delete $errors->{'road-placement'}; + delete $errors->{'xroad-placement'}; } } } |