From: Nigel Metheringham Date: Sat, 21 May 2011 19:52:27 +0000 (+0100) Subject: Think this has fixed the bug close error X-Git-Url: https://git.exim.org/git-perl-utils.git/commitdiff_plain/ab0b3dc96c7c16a1bd00f94172c7c3010cb2e709 Think this has fixed the bug close error --- diff --git a/lib/WWW/Bugzilla.pm b/lib/WWW/Bugzilla.pm index 414aeb9..41a9c69 100644 --- a/lib/WWW/Bugzilla.pm +++ b/lib/WWW/Bugzilla.pm @@ -477,7 +477,7 @@ sub change_status { $self->{resolution} = ''; # $status{$status}; } else { - $self->{status} = "RESOLVED"; + $self->{status} = "resolve"; $self->{resolution} = $status; }