Page MenuHomePhorge

D25239.1737423510.diff
No OneTemporary

D25239.1737423510.diff

diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
@@ -40,6 +40,9 @@
// TODO: Clean this up.
$result = array();
+ if ($value === null) {
+ return $this;
+ }
if (!is_array($value)) {
$value = json_decode($value, true);
if (is_array($value)) {

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 21, 01:38 (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1109731
Default Alt Text
D25239.1737423510.diff (581 B)

Event Timeline