Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29d6da0

Browse files
committed
Merge pull request doctrine#703 from shulcsm/patch-1
Clear visitedCollections
2 parents 69fe5c4 + 3340234 commit 29d6da0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Doctrine/ORM/UnitOfWork.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,6 +2356,7 @@ public function clear($entityName = null)
23562356
$this->collectionUpdates =
23572357
$this->extraUpdates =
23582358
$this->readOnlyObjects =
2359+
$this->visitedCollections =
23592360
$this->orphanRemovals = array();
23602361

23612362
if ($this->commitOrderCalculator !== null) {

0 commit comments

Comments
 (0)