[2.0] Fix to clear _scheduledFirDirtyCheck properly after a successful flush of a unit of work.
This commit is contained in:
parent
bd6ed7cc76
commit
6ffa75ab40
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ class UnitOfWork implements PropertyChangedListener
|
||||||
$this->_collectionUpdates =
|
$this->_collectionUpdates =
|
||||||
$this->_collectionDeletions =
|
$this->_collectionDeletions =
|
||||||
$this->_visitedCollections =
|
$this->_visitedCollections =
|
||||||
|
$this->_scheduledForDirtyCheck =
|
||||||
$this->_orphanRemovals = array();
|
$this->_orphanRemovals = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue