mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 00:12:42 +02:00
Merge branch 'MDL-41833-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
commit
cbbaffc7d3
@ -37,7 +37,7 @@ class mod_feedback_delete_completed_form extends moodleform {
|
||||
$mform->addElement('hidden', 'id');
|
||||
$mform->setType('id', PARAM_INT);
|
||||
$mform->addElement('hidden', 'completedid');
|
||||
$mform->setType('completeid', PARAM_INT);
|
||||
$mform->setType('completedid', PARAM_INT);
|
||||
$mform->addElement('hidden', 'do_show');
|
||||
$mform->setType('do_show', PARAM_INT);
|
||||
$mform->addElement('hidden', 'confirmdelete');
|
||||
|
Loading…
x
Reference in New Issue
Block a user