diff options
Diffstat (limited to 'bin/update-all-reports')
-rwxr-xr-x | bin/update-all-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-all-reports b/bin/update-all-reports index e60d7ddef..75a7cddd1 100755 --- a/bin/update-all-reports +++ b/bin/update-all-reports @@ -64,7 +64,7 @@ while ( my @problem = $problems->next ) { $fixed{$body}{$duration_str}++; } else { # Open problems are either unknown, older, or new - $open{$body}{$type}++ if $problem{state} eq 'confirmed'; + $open{$body}{$type}++; } } } |