1
0
mirror of synced 2025-01-30 03:51:43 +03:00
This commit is contained in:
zYne 2007-07-20 20:03:32 +00:00
parent 7ea7d586d6
commit 9d8dfbce50

View File

@ -372,7 +372,7 @@ class Doctrine_Transaction extends Doctrine_Connection_Module
}
// take snapshots of all collections used within this transaction
foreach (array_unique($this->_collections) as $coll) {
foreach ($this->_collections as $coll) {
$coll->takeSnapshot();
}
$this->_collections = array();