Skip to content

Commit

Permalink
#5579 completely removing a changeset when cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Aug 18, 2017
1 parent 1bf8465 commit 496c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/UnitOfWork.php
Original file line number Diff line number Diff line change
Expand Up @@ -3124,7 +3124,7 @@ public function registerManaged($entity, array $id, array $data)
*/
public function clearEntityChangeSet($oid)
{
$this->entityChangeSets[$oid] = [];
unset($this->entityChangeSets[$oid]);
}

/* PropertyChangedListener implementation */
Expand Down

0 comments on commit 496c22d

Please sign in to comment.