Page MenuHomePhorge

D25178.1739170435.diff
No OneTemporary

D25178.1739170435.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
Mon, Feb 10, 06:53 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1135572
Default Alt Text
D25178.1739170435.diff (586 B)

Event Timeline