Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682553
D25494.1734663767.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.1734663767.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
Fri, Dec 20, 03:02 (20 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016430
Default Alt Text
D25494.1734663767.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