Page MenuHomePhorge

D25128.1734846787.diff
No OneTemporary

D25128.1734846787.diff

diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -479,7 +479,7 @@
// If we have `token`, this server supports the simpler, new-style
// token-based authentication. Use that instead of all the certificate
// stuff.
- $token = idx($credentials, 'token');
+ $token = idx($credentials, 'token', '');
if (strlen($token)) {
$conduit = $this->getConduit();
@@ -2244,7 +2244,7 @@
protected function getModernUnitDictionary(array $map) {
$map = $this->getModernCommonDictionary($map);
- $details = idx($map, 'userData');
+ $details = idx($map, 'userData', '');
if (strlen($details)) {
$map['details'] = (string)$details;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 22, 05:53 (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1025406
Default Alt Text
D25128.1734846787.diff (814 B)

Event Timeline