-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-39435-master-int -
This appeared when editing the settings of a feedback with submitted answers:
Did you remember to call setType() for 'multiple_submit_static'? Defaulting to PARAM_RAW cleaning.
|
|
line 1289 of /lib/formslib.php: call to debugging()
|
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 71 of /course/moodleform_mod.php: call to moodleform->moodleform()
|
line 248 of /course/modedit.php: call to moodleform_mod->moodleform_mod()
|
|
Did you remember to call setType() for 'multiple_submit'? Defaulting to PARAM_RAW cleaning.
|
|
line 1289 of /lib/formslib.php: call to debugging()
|
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 71 of /course/moodleform_mod.php: call to moodleform->moodleform()
|
line 248 of /course/modedit.php: call to moodleform_mod->moodleform_mod()
|
This appeared for a short answer question, surely other forms should be checked!
Did you remember to call setType() for 'dependvalue'? Defaulting to PARAM_RAW cleaning.
|
|
line 1289 of /lib/formslib.php: call to debugging()
|
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 77 of /mod/feedback/item/textfield/lib.php: call to moodleform->moodleform()
|
line 102 of /mod/feedback/edit_item.php: call to feedback_item_textfield->build_editform()
|