tesetData_queue: Remove useless check
This commit is contained in:
committed by
Chris Morgan
parent
8c7bd3a5e9
commit
f1dc4f22b1
@@ -55,8 +55,8 @@ class testData_queue
|
||||
function reQueue()
|
||||
{
|
||||
$this->oTestData->reQueue();
|
||||
if($this->oDistribution->sQueued == "rejected")
|
||||
$this->oDistribution->reQueue();
|
||||
|
||||
$this->oDistribution->reQueue();
|
||||
}
|
||||
|
||||
function unQueue()
|
||||
|
||||
Reference in New Issue
Block a user