diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-11 11:40:20 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-11 16:35:10 +0100 |
commit | 14bf4d2556c64dbdbed9fb60a0a9f4b27a234203 (patch) | |
tree | 14f83ddc475b68525130bbb2b77e70ee3273cb11 /perllib/FixMyStreet/App/Controller/Dashboard.pm | |
parent | c6764326687a9416c5d950ebf58456caf8ba37da (diff) |
Use cobrand for children area types, not UK specific array.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Dashboard.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Dashboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Dashboard.pm b/perllib/FixMyStreet/App/Controller/Dashboard.pm index e4266dc64..a5ba8ff07 100644 --- a/perllib/FixMyStreet/App/Controller/Dashboard.pm +++ b/perllib/FixMyStreet/App/Controller/Dashboard.pm @@ -96,7 +96,7 @@ sub index : Path : Args(0) { $c->stash->{council} = $council_detail; my $children = mySociety::MaPit::call('area/children', $council, - type => $mySociety::VotingArea::council_child_types, + type => $c->cobrand->area_types_children, ); $c->stash->{children} = $children; |