Fix Remove message from HTTPResponse construct

This commit is contained in:
Thierry François 2018-03-14 22:44:41 +02:00
parent cc2ff3c53c
commit 7f2045e7aa
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class HTTPBulkToolsResponse extends HTTPResponse
register_shutdown_function(array($this, 'shutdown'));
parent::__construct(null, $statusCode, $message);
parent::__construct(null, $statusCode);
}
/**