1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

[2.0] Fix to clear _scheduledFirDirtyCheck properly after a successful flush of a unit of work.

This commit is contained in:
romanb 2009-12-23 13:50:23 +00:00
parent bd6ed7cc76
commit 6ffa75ab40

View file

@ -336,6 +336,7 @@ class UnitOfWork implements PropertyChangedListener
$this->_collectionUpdates =
$this->_collectionDeletions =
$this->_visitedCollections =
$this->_scheduledForDirtyCheck =
$this->_orphanRemovals = array();
}