Bug 40933

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@952 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-09-30 16:45:16 +00:00
parent 46c4ffce25
commit d1a1e0af36
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ if ($token)
("createbug:$id", $token));
}
my $bug_sent = { bug_id => $id, type => 'created', recipients => { changer => $user->login } };
my $bug_sent = { bug_id => $id, type => 'created', mailrecipients => { changer => $user->login } };
send_results($bug_sent);
my @all_mail_results = ($bug_sent);
foreach my $dep (@{$bug->dependson || []}, @{$bug->blocked || []})