Page MenuHomePhorge

D25282.1726917446.diff
No OneTemporary

D25282.1726917446.diff

diff --git a/src/applications/repository/xaction/PhabricatorRepositoryStagingURITransaction.php b/src/applications/repository/xaction/PhabricatorRepositoryStagingURITransaction.php
--- a/src/applications/repository/xaction/PhabricatorRepositoryStagingURITransaction.php
+++ b/src/applications/repository/xaction/PhabricatorRepositoryStagingURITransaction.php
@@ -17,12 +17,12 @@
$old = $this->getOldValue();
$new = $this->getNewValue();
- if (!strlen($old)) {
+ if ($old === null || !strlen($old)) {
return pht(
'%s set %s as the staging area for this repository.',
$this->renderAuthor(),
$this->renderNewValue());
- } else if (!strlen($new)) {
+ } else if ($new === null || !strlen($new)) {
return pht(
'%s removed %s as the staging area for this repository.',
$this->renderAuthor(),

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 21, 11:17 (19 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
893979
Default Alt Text
D25282.1726917446.diff (869 B)

Event Timeline