Page MenuHomePhorge

D25494.1732051379.diff
No OneTemporary

D25494.1732051379.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
Tue, Nov 19, 21:22 (21 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
979146
Default Alt Text
D25494.1732051379.diff (572 B)

Event Timeline