From b373cb8ef722622bd6fbb8789c408b859fa556de Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 11 Apr 2007 18:37:05 +0000 Subject: [PATCH] fixes #303 --- lib/Doctrine/Record.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index 9004f9ef0..66a46c132 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -492,6 +492,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite unset($vars['references']); unset($vars['originals']); unset($vars['_table']); + unset($vars['_errorStack']); $name = $this->_table->getIdentifier(); $this->_data = array_merge($this->_data, $this->_id);