Page MenuHomePhabricator

D10863.id26085.diff
No OneTemporary

D10863.id26085.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
Wed, Mar 19, 5:49 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7492677
Default Alt Text
D10863.id26085.diff (749 B)

Event Timeline