Page MenuHomePhorge

D25187.1737685336.diff
No OneTemporary

D25187.1737685336.diff

diff --git a/src/applications/files/xaction/PhabricatorFileAltTextTransaction.php b/src/applications/files/xaction/PhabricatorFileAltTextTransaction.php
--- a/src/applications/files/xaction/PhabricatorFileAltTextTransaction.php
+++ b/src/applications/files/xaction/PhabricatorFileAltTextTransaction.php
@@ -27,12 +27,12 @@
$old_value = $this->getOldValue();
$new_value = $this->getNewValue();
- if (!strlen($old_value)) {
+ if (!phutil_nonempty_string($old_value)) {
return pht(
'%s set the alternate text for this file to %s.',
$this->renderAuthor(),
$this->renderNewValue());
- } else if (!strlen($new_value)) {
+ } else if (!phutil_nonempty_string($new_value)) {
return pht(
'%s removed the alternate text for this file (was %s).',
$this->renderAuthor(),

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 24, 02:22 (6 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1130977
Default Alt Text
D25187.1737685336.diff (842 B)

Event Timeline