diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-16 15:28:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-04 09:54:46 +0100 |
commit | 43e52e654bd03732974bf82c3df46deec274acd1 (patch) | |
tree | c1200a90f8ee3fc133bf871d049d92c051bebaec | |
parent | 4f4943d87fc418c9bc8fada34dd987e3b031fa4a (diff) |
[Bromley] Set default show name to zero.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index 2f47225a7..c52e871e3 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -16,6 +16,8 @@ sub base_url { return 'https://fix.bromley.gov.uk'; } +sub default_show_name { 0 } + sub disambiguate_location { my $self = shift; my $string = shift; |