Make the case of 'Version' match the case used in the constructor

This commit is contained in:
EA Durbin
2006-08-31 02:39:09 +00:00
committed by WineHQ
parent 988be2f138
commit d1c037e0ae
4 changed files with 6 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ else
foreach($oDistribution->aTestingIds as $iTestingId)
{
$oTest = new testData($iTestingId);
$oVersion = new version($oTest->iVersionId);
$oVersion = new Version($oTest->iVersionId);
$oApp = new Application($oVersion->iAppId);
$oSubmitter = new User($oTest->iSubmitterId);
$bgcolor = $oTest->sTestedRating;