Page MenuHomePhorge

D25493.1734542602.diff
No OneTemporary

D25493.1734542602.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
Wed, Dec 18, 17:23 (1 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1014897
Default Alt Text
D25493.1734542602.diff (601 B)

Event Timeline