1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
zYne 2007-06-26 10:12:00 +00:00
parent a3f2cae863
commit 87474aa019

View File

@ -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