From f619273778efa6565989591705b7f6c5e02d268f Mon Sep 17 00:00:00 2001 From: zYne Date: Sat, 11 Aug 2007 20:19:57 +0000 Subject: [PATCH] --- lib/Doctrine/Record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index b5f0c6341..d8a50368d 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -1258,7 +1258,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count $this->_state = Doctrine_Record::STATE_TCLEAN; $this->_modified = array(); } elseif ($id === true) { - $this->prepareIdentifiers(false); + $this->prepareIdentifiers(true); $this->_state = Doctrine_Record::STATE_CLEAN; $this->_modified = array(); } else {