diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index d0fb24b7d..9bee45128 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -47,9 +47,8 @@ sub disambiguate_location { $town = 'chislehurst, BR7 6DH' if $string =~ /^white\s+horse/i; # Mottingham Lane is 90% inside Bromley, but goes outside too and Bing - # defaults to the top end of it. For some reason, we need both a postcode - # and "Bromley" to make this work. - $town = 'Mottingham Lane, SE9 4RW, Bromley' if $string =~ /^mottingham\s+lane/i; + # defaults to the top end of it. + $town = 'Mottingham Lane, SE9 4RW' if $string =~ /^mottingham\s+lane/i; $town = '' if $string =~ /orpington/i; |