Commit 87474aa0 authored by zYne's avatar zYne

fixes #367

parent a3f2cae8
...@@ -1122,7 +1122,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite ...@@ -1122,7 +1122,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
$i = $this->_table->getIdentifier(); $i = $this->_table->getIdentifier();
$a[$i] = $this->getIncremented(); $a[$i] = $this->getIncremented();
} }
return $a; return array_merge($a, $this->_values);
} }
/** /**
* exists * exists
......
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