From: Steinar H. Gunderson Date: Wed, 7 Mar 2007 16:39:22 +0000 (+0000) Subject: Fix a few typos that prevented the understanding of unversioned closes. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=a0159341c72ebaf4df5d7603a6e7c56e0320b559 Fix a few typos that prevented the understanding of unversioned closes. --- 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'; }