Fix for bugzilla issue master
authorNigel Metheringham <nigel@exim.org>
Sat, 30 May 2015 09:20:02 +0000 (10:20 +0100)
committerNigel Metheringham <nigel@exim.org>
Sat, 30 May 2015 09:20:02 +0000 (10:20 +0100)
lib/WWW/Bugzilla.pm

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