diff options
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 376190aff..83939bfab 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -309,7 +309,7 @@ HASHREF. =cut sub council_states { my $states = { - 'confirmed' => 1, + 'confirmed' => 1, 'investigating' => 1, 'action scheduled' => 1, 'in progress' => 1, |