mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Compare commits
No commits in common. "734090af68b53c26a68585c85f4065c89e0c7970" and "bdefd141ecbce902ec997862e12f90cb3f57ce21" have entirely different histories.
734090af68
...
bdefd141ec
@ -197,7 +197,7 @@ class HTTPBulkToolsResponse extends HTTPResponse
|
||||
*/
|
||||
public function addSuccessRecords(SS_List $records)
|
||||
{
|
||||
$this->successRecords = array_merge($this->successRecords, $records->toArray());
|
||||
array_push($this->successRecords, $records->toArray());
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user