Commit 6ffa75ab authored by romanb's avatar romanb

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

parent bd6ed7cc
......@@ -336,6 +336,7 @@ class UnitOfWork implements PropertyChangedListener
$this->_collectionUpdates =
$this->_collectionDeletions =
$this->_visitedCollections =
$this->_scheduledForDirtyCheck =
$this->_orphanRemovals = array();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment