Pass input arrays into GetOutputEditoValues() and CheckOutputEditorInput(). We don't want
classes to be hardcoded to read directly from $_REQUEST
This commit is contained in:
@@ -29,7 +29,7 @@ if ($aClean['sSub'])
|
||||
if(is_numeric($aClean['iTestingId']))
|
||||
{
|
||||
$oTest = new testData($aClean['iTestingId']);
|
||||
$oTest->GetOutputEditorValues();
|
||||
$oTest->GetOutputEditorValues($_REQUEST);
|
||||
|
||||
if($aClean['sSub'] == 'Submit') // submit the testing results
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user