diff options
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index 0f78cc5cd..c097a96ce 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -245,7 +245,7 @@ if ($token) { ("createbug:$id", $token)); } -my $recipients = { changer => $user->login }; +my $recipients = { changer => $user }; my $bug_sent = Bugzilla::BugMail::Send($id, $recipients); $bug_sent->{type} = 'created'; $bug_sent->{id} = $id; |