Page MenuHomePhorge

D25222.1737707823.diff
No OneTemporary

D25222.1737707823.diff

diff --git a/src/applications/maniphest/xaction/ManiphestTaskPointsTransaction.php b/src/applications/maniphest/xaction/ManiphestTaskPointsTransaction.php
--- a/src/applications/maniphest/xaction/ManiphestTaskPointsTransaction.php
+++ b/src/applications/maniphest/xaction/ManiphestTaskPointsTransaction.php
@@ -98,7 +98,7 @@
}
private function getValueForPoints($value) {
- if (!strlen($value)) {
+ if (!phutil_nonempty_string($value)) {
$value = null;
}
if ($value !== null) {

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 24, 08:37 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1147210
Default Alt Text
D25222.1737707823.diff (510 B)

Event Timeline