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:
@@ -37,7 +37,7 @@ else
|
||||
exit;
|
||||
|
||||
$oNote = new Note();
|
||||
$oNote->GetOutputEditorValues();
|
||||
$oNote->GetOutputEditorValues($_REQUEST);
|
||||
|
||||
if($aClean['sSub'] == "Submit")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user