Updated report-issue/index.php based on the CLI tests
This commit is contained in:
parent
dd42127e16
commit
f369cb65bf
@ -46,8 +46,7 @@
|
||||
// Prepare the request
|
||||
$rawData = array(
|
||||
'body' => $body,
|
||||
'title' => $subject,
|
||||
'closed' => 'false'
|
||||
'title' => $subject
|
||||
);
|
||||
|
||||
$issueData = json_encode($rawData);
|
||||
|
Reference in New Issue
Block a user