1
0
mirror of synced 2025-02-02 21:41:45 +03:00

clear code

This commit is contained in:
ReenExe 2016-07-02 22:51:44 +03:00
parent c6675b0ce3
commit 6bf6bae219

View File

@ -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;
}