diff --git a/include/testData.php b/include/testData.php index bca9a28..3861126 100644 --- a/include/testData.php +++ b/include/testData.php @@ -93,7 +93,7 @@ class testData{ $this->testData($this->iTestingId); $this->SendNotificationMail(); - if(!$this->sState == 'accepted') + if($this->sState == 'accepted') $oVersion->updateRatingInfo(); return true; }