diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-28 17:35:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-04 12:48:46 +0000 |
commit | b19e2585ff03921326b67b303ffdc4879bc6a95d (patch) | |
tree | e76ea8255a4ffed111fd1d2b905eae67a5ba7d2a /perllib/FixMyStreet/Cobrand/Default.pm | |
parent | 3ba9f83633c26e427baa82bd8856f407febd248a (diff) |
Default to unchecked for default_show_name.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index 4c5d29ee5..a7b5273ff 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -1000,9 +1000,7 @@ Returns true if the show name checkbox should be ticked by default. =cut -sub default_show_name { - 1; -} +sub default_show_name { 0 } =item report_check_for_errors |