Page MenuHomePhorge

D25431.1743023053.diff
No OneTemporary

D25431.1743023053.diff

diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php
@@ -11,7 +11,7 @@
$indexes = array();
$value = $this->getFieldValue();
- if (strlen($value)) {
+ if (phutil_nonempty_scalar($value)) {
$indexes[] = $this->newNumericIndex((int)$value);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 26, 21:04 (3 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1147709
Default Alt Text
D25431.1743023053.diff (563 B)

Event Timeline