From 779823461b9d06cc495bf415cfd3dbebc273414a Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Thu, 9 Oct 2014 16:18:56 +0000 Subject: EastSussex: set is_two_tier I appear to have left this commented out. Comments from both ESCC and a district council (Wealden) on same day seem to point to this as root of error. --- perllib/FixMyStreet/Cobrand/EastSussex.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perllib/FixMyStreet/Cobrand/EastSussex.pm b/perllib/FixMyStreet/Cobrand/EastSussex.pm index 6099d74de..5081d13e8 100644 --- a/perllib/FixMyStreet/Cobrand/EastSussex.pm +++ b/perllib/FixMyStreet/Cobrand/EastSussex.pm @@ -8,7 +8,7 @@ sub council_id { return 2224; } sub council_area { return 'East Sussex'; } sub council_name { return 'East Sussex County Council'; } sub council_url { return 'eastsussex'; } -# sub is_two_tier { return 1; } +sub is_two_tier { return 1; } sub path_to_web_templates { my $self = shift; -- cgit v1.2.3