1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Merge pull request #564 from BenMorel/f834c37f8a465ca3e23ee9ae62ef0bc4a525454c

Fix a wrong return type
This commit is contained in:
Guilherme Blanco 2013-02-02 20:06:44 -08:00
commit f0674ea034

View File

@ -254,7 +254,7 @@ class BasicEntityPersister
public function executeInserts()
{
if ( ! $this->queuedInserts) {
return;
return array();
}
$postInsertIds = array();