Page MenuHomePhorge

D25178.1737790885.diff
No OneTemporary

D25178.1737790885.diff

diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -391,7 +391,8 @@
break;
}
} catch (ConduitClientException $ex) {
- if ($ex->getErrorCode() == 'ERR-INVALID-SESSION') {
+ if ($ex->getErrorCode() == 'ERR-INVALID-SESSION' ||
+ $ex->getErrorCode() == 'ERR-INVALID-AUTH') {
// Phabricator is not configured to allow anonymous access to
// Differential.
$this->authenticateConduit();

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 25, 07:41 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1135572
Default Alt Text
D25178.1737790885.diff (586 B)

Event Timeline