fixes #303
This commit is contained in:
parent
28e937b981
commit
b373cb8ef7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue