Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2630150
D25494.1732051379.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
572 B
Referenced Files
None
Subscribers
None
D25494.1732051379.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25494: Fix PHP 8.1 exception creating task when custom select field configured
Attached
Detach File
Event Timeline
Log In to Comment