fixes #367
This commit is contained in:
parent
a3f2cae863
commit
87474aa019
@ -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…
Reference in New Issue
Block a user