Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15474987
D8650.id20526.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
531 B
Referenced Files
None
Subscribers
None
D8650.id20526.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 7, 2:36 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7312838
Default Alt Text
D8650.id20526.diff (531 B)
Attached To
Mode
D8650: Send mail to audit comment author too
Attached
Detach File
Event Timeline
Log In to Comment