fixes #367
This commit is contained in:
parent
a3f2cae863
commit
87474aa019
1 changed files with 1 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
|
|||
$i = $this->_table->getIdentifier();
|
||||
$a[$i] = $this->getIncremented();
|
||||
}
|
||||
return $a;
|
||||
return array_merge($a, $this->_values);
|
||||
}
|
||||
/**
|
||||
* exists
|
||||
|
|
Loading…
Add table
Reference in a new issue