Commit b373cb8e authored by zYne's avatar zYne

fixes #303

parent 28e937b9
......@@ -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);
......
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