From b5da264ce665ec1c2601f48a178edb732ab5806d Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 17 Sep 2022 20:58:16 +0100 Subject: [PATCH] Corrected syntax --- report-issue/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/report-issue/index.php b/report-issue/index.php index bcf61c9..5ad1ef5 100644 --- a/report-issue/index.php +++ b/report-issue/index.php @@ -33,14 +33,14 @@ "accept: application/json", $giteaKey, "Content-Type: application/json" - ) + ); // Prepare the request $issueData = array( 'body' => $_POST["subject"], 'title' => $_POST["detail"], 'closed' => 'false' - ) + ); // Prepare CURL $curlConnection = curl_init('https://git.fjla.uk/api/v1/repos/fred.boniface/athena.fb-infra.uk/issues'); @@ -92,7 +92,7 @@

You have submitted:

-

+