Page MenuHomePhorge

D25275.1743330370.diff
No OneTemporary

D25275.1743330370.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
Sun, Mar 30, 10:26 (3 d, 14 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1149773
Default Alt Text
D25275.1743330370.diff (670 B)

Event Timeline