Page MenuHomePhorge

D25277.1726932817.diff
No OneTemporary

D25277.1726932817.diff

diff --git a/src/applications/repository/xaction/PhabricatorRepositorySVNSubpathTransaction.php b/src/applications/repository/xaction/PhabricatorRepositorySVNSubpathTransaction.php
--- a/src/applications/repository/xaction/PhabricatorRepositorySVNSubpathTransaction.php
+++ b/src/applications/repository/xaction/PhabricatorRepositorySVNSubpathTransaction.php
@@ -22,7 +22,7 @@
'%s removed %s as the "Import Only" path.',
$this->renderAuthor(),
$this->renderOldValue());
- } else if (!strlen($old)) {
+ } else if (!phutil_nonempty_string($old)) {
return pht(
'%s set the repository "Import Only" path to %s.',
$this->renderAuthor(),

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 21, 15:33 (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
894296
Default Alt Text
D25277.1726932817.diff (691 B)

Event Timeline