This commit is contained in:
parent
a956738da5
commit
f619273778
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue