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:
@@ -56,7 +56,7 @@ if ($aClean['sSub'])
|
||||
$oTest = new testData($aClean['iTestingId']);
|
||||
}
|
||||
$oVersion = new Version($oTest->iVersionId);
|
||||
$oApp = new application($oVersion->iAppId);
|
||||
$oApp = new Application($oVersion->iAppId);
|
||||
$sVersionInfo = $oApp->sName." ".$oVersion->sName;
|
||||
|
||||
if ($aClean['sSub'] == 'view')
|
||||
|
||||
Reference in New Issue
Block a user