Skip to content

Commit

Permalink
Merge pull request #263 from keymanapp/fix/windows/12678-diagnostics-…
Browse files Browse the repository at this point in the history
…post

fix(windows): track discourse field name change for upload.json
  • Loading branch information
mcdurdin authored Nov 19, 2024
2 parents b6a53c3 + c700ce7 commit c11af9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/desktop/10.0/submitdiag/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

$data = [
"type" => "composer",
"upload_type" => "composer",
"username" => $username,
"files[]" => new cURLFile($DataFilename, 'application/octet-stream', $Filename),
"synchronous" => 'true'
Expand Down

0 comments on commit c11af9f

Please sign in to comment.