Commit 9d8dfbce authored by zYne's avatar zYne

--no commit message

--no commit message
parent 7ea7d586
...@@ -372,7 +372,7 @@ class Doctrine_Transaction extends Doctrine_Connection_Module ...@@ -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();
......
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