From 89299badedbe67c502057ba83f9a16df7b48eda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Fri, 18 Jan 2008 23:03:54 +0100 Subject: [PATCH] Update rating info when submitting un-queued test data --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }