Page MenuHomePhorge

D25493.1742285694.diff
No OneTemporary

D25493.1742285694.diff

diff --git a/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php b/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php
--- a/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php
+++ b/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php
@@ -80,6 +80,10 @@
$object_phid = $row['objectPHID'];
$value = $row['fieldValue'];
+ if (!isset($map[$index]) || !isset($map[$index][$object_phid])) {
+ continue;
+ }
+
$key = $map[$index][$object_phid];
$result[$key] = $value;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 08:14 (1 w, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113161
Default Alt Text
D25493.1742285694.diff (601 B)

Event Timeline