Page MenuHomePhabricator

D10863.id.diff
No OneTemporary

D10863.id.diff

diff --git a/src/applications/metamta/replyhandler/PhabricatorMailReplyHandler.php b/src/applications/metamta/replyhandler/PhabricatorMailReplyHandler.php
--- a/src/applications/metamta/replyhandler/PhabricatorMailReplyHandler.php
+++ b/src/applications/metamta/replyhandler/PhabricatorMailReplyHandler.php
@@ -210,8 +210,10 @@
$body .= $this->getRecipientsSummary($to_handles, $cc_handles);
$html_body = $mail_template->getHTMLBody();
- $html_body .= hsprintf('%s',
- $this->getRecipientsSummaryHTML($to_handles, $cc_handles));
+ if (strlen($html_body)) {
+ $html_body .= hsprintf('%s',
+ $this->getRecipientsSummaryHTML($to_handles, $cc_handles));
+ }
foreach ($recipients as $phid => $recipient) {

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 31, 9:29 PM (2 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7492677
Default Alt Text
D10863.id.diff (749 B)

Event Timeline