diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index 28a90ed..193697d 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -180,11 +180,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(); } if($aClean['sub'] == 'add')