Page MenuHomePhabricator

D10863.diff
No OneTemporary

D10863.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
Thu, Mar 13, 3:16 AM (3 w, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7492677
Default Alt Text
D10863.diff (749 B)

Event Timeline