Skip to content

Commit c11af9f

Browse files
authored
Merge pull request #263 from keymanapp/fix/windows/12678-diagnostics-post
fix(windows): track discourse field name change for upload.json
2 parents b6a53c3 + c700ce7 commit c11af9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/desktop/10.0/submitdiag/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353

5454
$data = [
55-
"type" => "composer",
55+
"upload_type" => "composer",
5656
"username" => $username,
5757
"files[]" => new cURLFile($DataFilename, 'application/octet-stream', $Filename),
5858
"synchronous" => 'true'

0 commit comments

Comments
 (0)