1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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 // 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();