From 2c25f8427ad4939a1ee2926b8fe8a743b47fee8d 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 4944768..d3e9238 100755 --- a/scripts/process +++ b/scripts/process @@ -701,7 +701,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