Page MenuHomePhabricator

D8650.diff
No OneTemporary

D8650.diff

diff --git a/src/applications/audit/editor/PhabricatorAuditCommentEditor.php b/src/applications/audit/editor/PhabricatorAuditCommentEditor.php
--- a/src/applications/audit/editor/PhabricatorAuditCommentEditor.php
+++ b/src/applications/audit/editor/PhabricatorAuditCommentEditor.php
@@ -429,6 +429,8 @@
$email_to = array();
$email_cc = array();
+ $email_to[$comment->getActorPHID()] = true;
+
$author_phid = $data->getCommitDetail('authorPHID');
if ($author_phid) {
$email_to[$author_phid] = true;

File Metadata

Mime Type
text/plain
Expires
Mar 9 2025, 12:01 PM (7 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7312838
Default Alt Text
D8650.diff (531 B)

Event Timeline