diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 2 |
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; |