aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/Cobrand/Bristol.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bristol.pm b/perllib/FixMyStreet/Cobrand/Bristol.pm
index b11a52643..25dc5ab0a 100644
--- a/perllib/FixMyStreet/Cobrand/Bristol.pm
+++ b/perllib/FixMyStreet/Cobrand/Bristol.pm
@@ -71,4 +71,10 @@ sub categories_restriction {
return $rs->search( { 'me.send_method' => undef } );
}
+sub open311_config {
+ my ($self, $row, $h, $params) = @_;
+
+ $params->{always_send_email} = 1;
+}
+
1;