Page MenuHomePhorge

D25494.1739689621.diff
No OneTemporary

D25494.1739689621.diff

diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
@@ -11,7 +11,7 @@
$indexes = array();
$value = $this->getFieldValue();
- if (strlen($value)) {
+ if (($value !== null) && (strlen($value))) {
$indexes[] = $this->newStringIndex($value);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 16, 07:07 (5 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1135486
Default Alt Text
D25494.1739689621.diff (572 B)

Event Timeline