diff --git a/src/applications/transactions/storage/PhabricatorModularTransactionType.php b/src/applications/transactions/storage/PhabricatorModularTransactionType.php --- a/src/applications/transactions/storage/PhabricatorModularTransactionType.php +++ b/src/applications/transactions/storage/PhabricatorModularTransactionType.php @@ -339,7 +339,7 @@ $value = $xaction->getNewValue(); } - return !strlen($value); + return !phutil_nonempty_string($value); } /**