aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/App/Controller')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report/New.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm
index ee643a03a..b5a6745b2 100644
--- a/perllib/FixMyStreet/App/Controller/Report/New.pm
+++ b/perllib/FixMyStreet/App/Controller/Report/New.pm
@@ -651,6 +651,9 @@ sub setup_categories_and_bodies : Private {
}
}
+ $c->cobrand->munge_category_list(\@category_options, \@contacts, \%category_extras)
+ if $c->cobrand->can('munge_category_list');
+
if ($c->cobrand->can('hidden_categories')) {
my %hidden_categories = map { $_ => 1 }
$c->cobrand->hidden_categories;