From 6ffa75ab406d505da28629f910913e99930929a3 Mon Sep 17 00:00:00 2001
From: romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
Date: Wed, 23 Dec 2009 13:50:23 +0000
Subject: [PATCH] [2.0] Fix to clear _scheduledFirDirtyCheck properly after a
 successful flush of a unit of work.

---
 lib/Doctrine/ORM/UnitOfWork.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php
index 66c25e323..c970cec31 100644
--- a/lib/Doctrine/ORM/UnitOfWork.php
+++ b/lib/Doctrine/ORM/UnitOfWork.php
@@ -336,6 +336,7 @@ class UnitOfWork implements PropertyChangedListener
         $this->_collectionUpdates =
         $this->_collectionDeletions =
         $this->_visitedCollections =
+        $this->_scheduledForDirtyCheck =
         $this->_orphanRemovals = array();
     }