X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=scanlib.pm;h=068b9b4fbc6e07e95469a7ed2c1b8dde3b261975;hp=3fc237e675fbc5cac73b27fec02e55cc24b254b2;hb=a0159341c72ebaf4df5d7603a6e7c56e0320b559;hpb=75cfa9bd35db9e6cd57577d9b3000a073a186164 diff --git a/scanlib.pm b/scanlib.pm index 3fc237e..068b9b4 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -389,8 +389,8 @@ sub get_status() { $status = 'done'; } } - if (length($bug{'done'}) and - (not @sourceversions or not @{$status{'fixed_versions'}})) { + if (length($bug->{'done'}) and + (not @sourceversions or not @{$bug->{'fixed_versions'}})) { $status = 'done'; }