]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Put the state machine in the right state by calling nochangebug after setbug
authorDon Armstrong <don@volo>
Thu, 13 Jul 2006 03:36:01 +0000 (20:36 -0700)
committerDon Armstrong <don@volo>
Thu, 13 Jul 2006 03:36:01 +0000 (20:36 -0700)
scripts/service.in

index fdf26d826af3c59903445768b4792ca6bc0f80d5..d1c6e9015146550e8a39e4b5f98d742b8e15a061 100755 (executable)
@@ -335,6 +335,7 @@ END
        if ($user eq "") {
            &transcript("No valid user selected\n");
         } elsif (&setbug) {
+           &nochangebug;
            my %ut;
            Debbugs::User::read_usertags(\%ut, $user);
             my @oldtags = (); my @newtags = (); my @badtags = ();