From a323fd78251350eead40ef14ed488593bf7203be Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 17 Sep 2022 21:10:24 +0100 Subject: [PATCH] another try --- report-issue/index.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/report-issue/index.php b/report-issue/index.php index 99b8765..5cf17a9 100644 --- a/report-issue/index.php +++ b/report-issue/index.php @@ -40,8 +40,8 @@ // Prepare the request $issueData = array( - 'body' => $_POST["subject"], - 'title' => $_POST["detail"], + 'body' => $detail, + 'title' => $subject, 'closed' => 'false' ); @@ -96,6 +96,11 @@

You have submitted:

+
+ +
+ +