diff --git a/appsubmit.php b/appsubmit.php index 9c42c8f..d96d43e 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -128,11 +128,11 @@ if ($aClean['sub']) if($hResult) { $oRow = mysql_fetch_object($hResult); - $oTest = new testdata($oRow->testingId); + $oTest = new testData($oRow->testingId); } else { - $oTest = new testResult(); + $oTest = new testData(); } //process according to sub flag