Think this has fixed the bug close error
authorNigel Metheringham <nigel@exim.org>
Sat, 21 May 2011 19:52:27 +0000 (20:52 +0100)
committerNigel Metheringham <nigel@exim.org>
Sat, 21 May 2011 19:52:27 +0000 (20:52 +0100)
lib/WWW/Bugzilla.pm

index 414aeb97757152e89531b6bd72280b6ab4f81ef8..41a9c695784336c876f6c87771d2abd5a116b8c5 100644 (file)
@@ -477,7 +477,7 @@ sub change_status {
         $self->{resolution} = '';
         # $status{$status};
     } else {
-        $self->{status} = "RESOLVED";
+        $self->{status} = "resolve";
         $self->{resolution} = $status;
     }