Fix typo in testData::update() causing the new release info to be absent from the mail sent
This commit is contained in:
committed by
WineHQ
parent
9b4bb81aec
commit
42ecaf6eef
@@ -165,7 +165,7 @@ class testData{
|
||||
if($this->sTestedRelease != $oOldTest->sTestedRelease)
|
||||
{
|
||||
$sWhatChanged .= "Tested release was changed from ".
|
||||
$oOldTest->sTestedRelease." to $this->stestedRelease.\n";
|
||||
$oOldTest->sTestedRelease." to $this->sTestedRelease.\n";
|
||||
}
|
||||
|
||||
if(query_parameters("UPDATE testResults SET
|
||||
|
||||
Reference in New Issue
Block a user