diff --git a/php/submitIssue-cli-test.php b/php/submitIssue-cli-test.php index 96647d4..c3ea73a 100644 --- a/php/submitIssue-cli-test.php +++ b/php/submitIssue-cli-test.php @@ -11,7 +11,7 @@ // Prepare $detail to POST $body = "This is a PHP-CLI test issue."; - $title = "Test Issue"; + $subject = "Test Issue"; // Prepare the request $rawData = array(