Page MenuHomePhorge

D25235.1734636012.diff
No OneTemporary

D25235.1734636012.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, Dec 19, 19:20 (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015439
Default Alt Text
D25235.1734636012.diff (603 B)

Event Timeline