Page MenuHomePhorge

D25235.1746736946.diff
No OneTemporary

D25235.1746736946.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
@@ -24,7 +24,8 @@
public function getValueForStorage() {
$value = $this->getFieldValue();
- if (strlen($value)) {
+ $is_nonempty = phutil_string_cast($value) !== '';
+ if ($is_nonempty) {
return $value;
} else {
return null;

File Metadata

Mime Type
text/plain
Expires
Thu, May 8, 20:42 (3 d, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1145293
Default Alt Text
D25235.1746736946.diff (603 B)

Event Timeline