mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Fix Remove message from HTTPResponse construct
This commit is contained in:
parent
cc2ff3c53c
commit
7f2045e7aa
@ -111,7 +111,7 @@ class HTTPBulkToolsResponse extends HTTPResponse
|
||||
|
||||
register_shutdown_function(array($this, 'shutdown'));
|
||||
|
||||
parent::__construct(null, $statusCode, $message);
|
||||
parent::__construct(null, $statusCode);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user