1
0
mirror of synced 2024-12-13 06:46:03 +03:00

Merge pull request #703 from shulcsm/patch-1

Clear visitedCollections
This commit is contained in:
Benjamin Eberlei 2013-06-30 01:38:02 -07:00
commit 29d6da0fa0

View File

@ -2356,6 +2356,7 @@ class UnitOfWork implements PropertyChangedListener
$this->collectionUpdates =
$this->extraUpdates =
$this->readOnlyObjects =
$this->visitedCollections =
$this->orphanRemovals = array();
if ($this->commitOrderCalculator !== null) {