Page MenuHomePhorge

D25275.1742839654.diff
No OneTemporary

D25275.1742839654.diff

diff --git a/src/applications/metamta/management/PhabricatorMailManagementShowOutboundWorkflow.php b/src/applications/metamta/management/PhabricatorMailManagementShowOutboundWorkflow.php
--- a/src/applications/metamta/management/PhabricatorMailManagementShowOutboundWorkflow.php
+++ b/src/applications/metamta/management/PhabricatorMailManagementShowOutboundWorkflow.php
@@ -203,7 +203,7 @@
$info[] = null;
$info[] = $this->newSectionHeader(pht('HTML BODY'));
- if (strlen($message->getHTMLBody())) {
+ if (phutil_nonempty_string($message->getHTMLBody())) {
$info[] = $message->getHTMLBody();
$info[] = null;
} else {

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 24, 18:07 (1 w, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1149773
Default Alt Text
D25275.1742839654.diff (670 B)

Event Timeline