aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-10-26 15:19:25 +0100
committerDave Arter <davea@mysociety.org>2018-11-02 15:54:09 +0000
commit8d553f850ef1feea93cb271ccdcd58a78710552a (patch)
tree364fe215091d86f76f9ff87d6dbfda7981fcdb51
parentd5d5e0cbfd991ac14aceed618672a2f5171b33dd (diff)
[FixMyStreet.com] Enable category groups
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyStreet.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
index 1b58b7cc8..b2fc5ba83 100644
--- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
@@ -10,6 +10,8 @@ use constant COUNCIL_ID_BROMLEY => 2482;
sub on_map_default_status { return 'open'; }
+sub enable_category_groups { 1 }
+
# Special extra
sub path_to_web_templates {
my $self = shift;