Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2864374
D25239.1736581296.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
581 B
Referenced Files
None
Subscribers
None
D25239.1736581296.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 07:41 (19 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1109731
Default Alt Text
D25239.1736581296.diff (581 B)
Attached To
Mode
D25239: Fix PHP 8.1 exceptions which block rendering Drydock's Create Blueprint page
Attached
Detach File
Event Timeline
Log In to Comment