]> git.donarmstrong.com Git - bugscan.git/commitdiff
Fix a few typos that prevented the understanding of unversioned closes.
authorSteinar H. Gunderson <sesse@rietz>
Wed, 7 Mar 2007 16:39:22 +0000 (16:39 +0000)
committerSteinar H. Gunderson <sesse@rietz>
Wed, 7 Mar 2007 16:39:22 +0000 (16:39 +0000)
scanlib.pm

index 3fc237e675fbc5cac73b27fec02e55cc24b254b2..068b9b4fbc6e07e95469a7ed2c1b8dde3b261975 100644 (file)
@@ -389,8 +389,8 @@ sub get_status() {
                        $status = 'done';
                }
        }
                        $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';
        }
 
                $status = 'done';
        }