1
0
Fork 0
mirror of synced 2025-03-30 03:30:13 +03:00
This commit is contained in:
zYne 2007-04-11 18:37:05 +00:00
parent 28e937b981
commit b373cb8ef7

View file

@ -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);