From d6085c01bf23d8fd2ae4f6aee54b9ca7a33f0d3c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 10 Mar 2021 16:46:01 -0800 Subject: [PATCH] fix usertag/usertags typo --- scripts/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process b/scripts/process index d383fb4..73a74d0 100755 --- a/scripts/process +++ b/scripts/process @@ -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; -- 2.39.2