php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 1 additions and 2 deletions
Showing only changes of commit dd42127e16 - Show all commits

View File

@ -20,8 +20,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);