]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix usertag/usertags typo
authorDon Armstrong <don@donarmstrong.com>
Thu, 11 Mar 2021 00:46:01 +0000 (16:46 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 11 Mar 2021 00:46:01 +0000 (16:46 -0800)
scripts/process

index 4944768dfd91dbfd2c79f7522e241a94663921ca..d3e9238d2acb002e896418f0cdc0844e1d02b3f9 100755 (executable)
@@ -701,7 +701,7 @@ if ($ref<0) { # new bug report
     writebug($ref, $data);
     # Deal with usertags
     my $current_user = $replyto;
     writebug($ref, $data);
     # Deal with usertags
     my $current_user = $replyto;
-    for my $field (@usertags_bits) {
+    for my $field (@usertag_bits) {
         my ($name, $value) = @$field;
         if ($name eq 'user') {
             my $user = $value;
         my ($name, $value) = @$field;
         if ($name eq 'user') {
             my $user = $value;