1
0
mirror of synced 2025-01-30 12:01:44 +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() public function executeInserts()
{ {
if ( ! $this->queuedInserts) { if ( ! $this->queuedInserts) {
return; return array();
} }
$postInsertIds = array(); $postInsertIds = array();