diff --git a/report-issue/index.php b/report-issue/index.php index 3d3f036..c7d00f2 100644 --- a/report-issue/index.php +++ b/report-issue/index.php @@ -41,7 +41,7 @@ ); // Prepare $detail to POST - $body = "User Agent: ", $ua_str, "\n Server PHP Version: ", PHP_VERSION, "\n", $detail; + $body = "User Agent: " . $ua_str . "\n Server PHP Version: " . PHP_VERSION . "\n" . $detail; // Prepare the request $rawData = array(