Page MenuHomePhorge

D25493.1736765403.diff
No OneTemporary

D25493.1736765403.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
Mon, Jan 13, 10:50 (5 d, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113161
Default Alt Text
D25493.1736765403.diff (601 B)

Event Timeline