Merge branch 'MDL-41833-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Marina Glancy 2013-09-23 19:16:43 +10:00
commit cbbaffc7d3

View File

@ -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');