1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-22 19:49:02 +01:00

Mailer on the CC list of Maniphest Task.

Summary: External user gets on the CC list of a task.

Test Plan: {F42630}

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin, AnhNhan

Maniphest Tasks: T2804

Differential Revision: https://secure.phabricator.com/D5853
This commit is contained in:
Afaque Hussain 2013-05-07 09:15:08 -07:00 committed by epriestley
parent 55c3c6cb12
commit 01b1ae3394

View file

@ -119,6 +119,7 @@ final class ManiphestReplyHandler extends PhabricatorMailReplyHandler {
$xactions[] = $xaction;
}
$task->setCCPHIDs(array($user->getPHID()));
$ccs = $mail->loadCCPHIDs();
if ($ccs) {
$old_ccs = $task->getCCPHIDs();