Update rating info when submitting un-queued test data
This commit is contained in:
committed by
Chris Morgan
parent
0f5bb1b0f9
commit
89299baded
@@ -93,7 +93,7 @@ class testData{
|
||||
$this->testData($this->iTestingId);
|
||||
$this->SendNotificationMail();
|
||||
|
||||
if(!$this->sState == 'accepted')
|
||||
if($this->sState == 'accepted')
|
||||
$oVersion->updateRatingInfo();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user