Think this has fixed the bug close error
[git-perl-utils.git] / 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;
     }