Merge branch 'master' of ssh://git.mozilla.org/bugzilla/bugzilla

git-svn-id: svn://10.0.0.236/trunk@265292 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org
2014-03-21 10:46:46 +00:00
parent 673ec987f5
commit 064535f4e4
9 changed files with 64 additions and 21 deletions

View File

@@ -717,7 +717,8 @@ sub create {
$dbh->bz_commit_transaction();
Bugzilla::BugMail::Send($bug->bug_id, { changer => $bug->reporter });
$bug->send_changes();
return { id => $self->type('int', $bug->bug_id) };
}