Skip to content

Commit

Permalink
Merge pull request doctrine#703 from shulcsm/patch-1
Browse files Browse the repository at this point in the history
Clear visitedCollections
  • Loading branch information
beberlei committed Jun 30, 2013
2 parents 69fe5c4 + 3340234 commit 29d6da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/ORM/UnitOfWork.php
Original file line number Diff line number Diff line change
Expand Up @@ -2356,6 +2356,7 @@ public function clear($entityName = null)
$this->collectionUpdates =
$this->extraUpdates =
$this->readOnlyObjects =
$this->visitedCollections =
$this->orphanRemovals = array();

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

0 comments on commit 29d6da0

Please sign in to comment.