Page MenuHomePhorge

D25703.1740196451.diff
No OneTemporary

D25703.1740196451.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -1947,7 +1947,7 @@
$result[$key] = $new;
continue;
} else {
- if (!strlen(trim($value))) {
+ if ($value === null || !strlen(trim($value))) {
// Ignore empty fields.
continue;
}

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 22, 03:54 (2 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1174869
Default Alt Text
D25703.1740196451.diff (446 B)

Event Timeline