clear code
This commit is contained in:
parent
c6675b0ce3
commit
6bf6bae219
@ -2441,9 +2441,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
|
|
||||||
// TODO: if $coll is already scheduled for recreation ... what to do?
|
// TODO: if $coll is already scheduled for recreation ... what to do?
|
||||||
// Just remove $coll from the scheduled recreations?
|
// Just remove $coll from the scheduled recreations?
|
||||||
if (isset($this->collectionUpdates[$coid])) {
|
unset($this->collectionUpdates[$coid]);
|
||||||
unset($this->collectionUpdates[$coid]);
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->collectionDeletions[$coid] = $coll;
|
$this->collectionDeletions[$coid] = $coll;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user