diff --git a/troy-api.php b/troy-api.php index 01517cc..46410a0 100644 --- a/troy-api.php +++ b/troy-api.php @@ -14,7 +14,7 @@ function sendToTroy($data) { return file_get_contents ( $url, false, $context ); } -function troysIssue($ident, $typ, $text = null, $data = [], $reaction = [], $wait_til = null) { +function troysIssue($ident, $typ, $text = null, $data = [], $reaction = []) { global $sql; $url = "https://issues.troy-grunt.de/api/input";