fixes #429
This commit is contained in:
parent
ed2822938a
commit
04e5888a3c
@ -437,7 +437,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
|
||||
public function hydrate(array $data)
|
||||
{
|
||||
$this->_values = $this->cleanData($data);
|
||||
$this->_data = $data;
|
||||
$this->_data = array_merge($this->_data, $data);
|
||||
|
||||
$this->prepareIdentifiers(true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user