Make the case of 'Application' class match the case used to define the class. Php doesn't care but its a nice touch.
This commit is contained in:
@@ -113,7 +113,7 @@ else
|
||||
{
|
||||
$oTest = new testData($iTestingId);
|
||||
$oVersion = new version($oTest->iVersionId);
|
||||
$oApp = new application($oVersion->iAppId);
|
||||
$oApp = new Application($oVersion->iAppId);
|
||||
$oSubmitter = new User($oTest->iSubmitterId);
|
||||
$bgcolor = $oTest->sTestedRating;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user