Page MenuHomePhorge

D25703.1746626153.diff
No OneTemporary

D25703.1746626153.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
Wed, May 7, 13:55 (3 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1174869
Default Alt Text
D25703.1746626153.diff (446 B)

Event Timeline