]> git.donarmstrong.com Git - bugscan.git/blobdiff - scanlib.pm
Fix a few typos that prevented the understanding of unversioned closes.
[bugscan.git] / scanlib.pm
index 3fc237e675fbc5cac73b27fec02e55cc24b254b2..068b9b4fbc6e07e95469a7ed2c1b8dde3b261975 100644 (file)
@@ -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';
        }