Updated report-issue/index.php based on the CLI tests

This commit is contained in:
Fred Boniface 2022-09-19 20:00:41 +01:00
parent dd42127e16
commit f369cb65bf
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@
// Prepare the request // Prepare the request
$rawData = array( $rawData = array(
'body' => $body, 'body' => $body,
'title' => $subject, 'title' => $subject
'closed' => 'false'
); );
$issueData = json_encode($rawData); $issueData = json_encode($rawData);