Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2695531
D25128.1734846787.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
814 B
Referenced Files
None
Subscribers
None
D25128.1734846787.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25128: Fix idx default empty string in ArcanistWorkflow
Attached
Detach File
Event Timeline
Log In to Comment