diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2019-02-25 15:10:25 +0000 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2019-02-25 15:10:25 +0000 |
commit | fa50dc502b2049b331cf7ddf27c536b4100c3129 (patch) | |
tree | 1fb86ab556c4ce5fd0de89544a29910714619ddf | |
parent | 257b6a53187c4200aa26e13d18a1be569cab2088 (diff) |
[Borsetshire] Enable duplicate suggestion
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Borsetshire.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Borsetshire.pm b/perllib/FixMyStreet/Cobrand/Borsetshire.pm index 44a4a9162..e721bee0f 100644 --- a/perllib/FixMyStreet/Cobrand/Borsetshire.pm +++ b/perllib/FixMyStreet/Cobrand/Borsetshire.pm @@ -33,4 +33,6 @@ sub bypass_password_checks { 1 } sub enable_category_groups { 1 } +sub suggest_duplicates { 1 } + 1; |