From 01b1ae3394484bb60eba95073a37eac286b47474 Mon Sep 17 00:00:00 2001 From: Afaque Hussain Date: Tue, 7 May 2013 09:15:08 -0700 Subject: [PATCH] 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 --- src/applications/maniphest/ManiphestReplyHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/maniphest/ManiphestReplyHandler.php b/src/applications/maniphest/ManiphestReplyHandler.php index 56e262cb88..0956a5a899 100644 --- a/src/applications/maniphest/ManiphestReplyHandler.php +++ b/src/applications/maniphest/ManiphestReplyHandler.php @@ -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();