diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-15 10:16:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-15 10:16:03 +0100 |
commit | 50f8ee6172cb92056c2ead269e65017b3aa807cf (patch) | |
tree | 2857c35c4ec9830a10788474ecc325231b19f957 /perllib/FixMyStreet/App/Controller/Reports.pm | |
parent | c62eb94799f854cb3fcaae8c8656a867e90c646e (diff) | |
parent | f941480396c4e8294fccf9aa812d715498085766 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Reports.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Reports.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm index a885bb13d..850433d3c 100644 --- a/perllib/FixMyStreet/App/Controller/Reports.pm +++ b/perllib/FixMyStreet/App/Controller/Reports.pm @@ -275,6 +275,7 @@ sub load_and_group_problems : Private { my %problem = zip @cols, @problem; if ( !$problem{council} ) { # Problem was not sent to any council, add to possible councils + $problem{councils} = 0; while ($problem{areas} =~ /,($re_councils)(?=,)/g) { add_row( \%problem, $1, \%fixed, \%open ); } |