]> 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 01:04:36 +0000 (17:04 -0800)
scripts/process

index d383fb4c333e49cbb05690fb062ed359cc030ca4..73a74d0757d85fa7323e15a041a7a96de3217969 100755 (executable)
@@ -700,7 +700,7 @@ if ($ref<0) { # new bug report
     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;