1
0
mirror of synced 2025-03-22 16:03:49 +03:00

Fixed a wrong return type.

This commit is contained in:
Benjamin Morel 2013-02-03 00:48:05 +00:00
parent 71a68a5c6f
commit f834c37f8a

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();