Page MenuHomePhorge

D25178.1738406099.diff
No OneTemporary

D25178.1738406099.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, Feb 1, 10:34 (21 h, 24 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1135572
Default Alt Text
D25178.1738406099.diff (586 B)

Event Timeline