aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-05-16 15:28:22 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-06-04 09:54:46 +0100
commit43e52e654bd03732974bf82c3df46deec274acd1 (patch)
treec1200a90f8ee3fc133bf871d049d92c051bebaec
parent4f4943d87fc418c9bc8fada34dd987e3b031fa4a (diff)
[Bromley] Set default show name to zero.
-rw-r--r--perllib/FixMyStreet/Cobrand/Bromley.pm2
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;