1
0
mirror of synced 2025-02-02 21:41:45 +03:00

#5579 completely removing a changeset when cleaning up

This commit is contained in:
Marco Pivetta 2017-08-18 09:27:47 +02:00
parent 1bf8465f43
commit 496c22db0e
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -3124,7 +3124,7 @@ class UnitOfWork implements PropertyChangedListener
*/ */
public function clearEntityChangeSet($oid) public function clearEntityChangeSet($oid)
{ {
$this->entityChangeSets[$oid] = []; unset($this->entityChangeSets[$oid]);
} }
/* PropertyChangedListener implementation */ /* PropertyChangedListener implementation */