clear code
This commit is contained in:
parent
c6675b0ce3
commit
6bf6bae219
1 changed files with 1 additions and 3 deletions
|
@ -2441,9 +2441,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||
|
||||
// TODO: if $coll is already scheduled for recreation ... what to do?
|
||||
// Just remove $coll from the scheduled recreations?
|
||||
if (isset($this->collectionUpdates[$coid])) {
|
||||
unset($this->collectionUpdates[$coid]);
|
||||
}
|
||||
unset($this->collectionUpdates[$coid]);
|
||||
|
||||
$this->collectionDeletions[$coid] = $coll;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue