Use mustBeQueued() to determine unqueueing in objectManager
This commit is contained in:
committed by
WineHQ
parent
3dc453112a
commit
8cf53f1679
@@ -308,7 +308,7 @@ class ObjectManager
|
||||
if($this->bIsRejected)
|
||||
$oObject->ReQueue();
|
||||
|
||||
if($this->bIsQueue)
|
||||
if($this->bIsQueue && !$oObject->mustBeQueued())
|
||||
$oObject->unQueue();
|
||||
|
||||
$oObject->update();
|
||||
|
||||
Reference in New Issue
Block a user