Commit 7d10dbe1 authored by zYne's avatar zYne

transaction deletes no longer unset record identifiers

parent 58bfed2b
......@@ -170,7 +170,6 @@ class Doctrine_Transaction extends Doctrine_Connection_Module
} else {
foreach ($deletes as $k => $record) {
$ids[] = $record->getIncremented();
$record->assignIdentifier(false);
}
if ($record instanceof Doctrine_Record) {
$params = substr(str_repeat('?, ', count($ids)),0,-2);
......
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