Commit f6192737 authored by zYne's avatar zYne

--no commit message

--no commit message
parent a956738d
...@@ -1258,7 +1258,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count ...@@ -1258,7 +1258,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
$this->_state = Doctrine_Record::STATE_TCLEAN; $this->_state = Doctrine_Record::STATE_TCLEAN;
$this->_modified = array(); $this->_modified = array();
} elseif ($id === true) { } elseif ($id === true) {
$this->prepareIdentifiers(false); $this->prepareIdentifiers(true);
$this->_state = Doctrine_Record::STATE_CLEAN; $this->_state = Doctrine_Record::STATE_CLEAN;
$this->_modified = array(); $this->_modified = array();
} else { } else {
......
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