Page MenuHomePhorge

D25489.1737210382.diff
No OneTemporary

D25489.1737210382.diff

diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
@@ -53,7 +53,7 @@
PhabricatorCursorPagedPolicyAwareQuery $query,
$value) {
- if (strlen($value)) {
+ if (phutil_nonempty_string($value)) {
$query->withApplicationSearchContainsConstraint(
$this->newNumericIndex(null),
$value);

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 18, 14:26 (15 h, 53 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125494
Default Alt Text
D25489.1737210382.diff (610 B)

Event Timeline