This commit is contained in:
parent
7ea7d586d6
commit
9d8dfbce50
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ class Doctrine_Transaction extends Doctrine_Connection_Module
|
||||||
}
|
}
|
||||||
|
|
||||||
// take snapshots of all collections used within this transaction
|
// take snapshots of all collections used within this transaction
|
||||||
foreach (array_unique($this->_collections) as $coll) {
|
foreach ($this->_collections as $coll) {
|
||||||
$coll->takeSnapshot();
|
$coll->takeSnapshot();
|
||||||
}
|
}
|
||||||
$this->_collections = array();
|
$this->_collections = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue