#5579 completely removing a changeset when cleaning up
This commit is contained in:
parent
1bf8465f43
commit
496c22db0e
1 changed files with 1 additions and 1 deletions
|
@ -3124,7 +3124,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||
*/
|
||||
public function clearEntityChangeSet($oid)
|
||||
{
|
||||
$this->entityChangeSets[$oid] = [];
|
||||
unset($this->entityChangeSets[$oid]);
|
||||
}
|
||||
|
||||
/* PropertyChangedListener implementation */
|
||||
|
|
Loading…
Add table
Reference in a new issue