Merge branch 'MDL-38736-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
@@ -50,6 +50,7 @@ class mod_choice_mod_form extends moodleform_mod {
|
||||
$repeateloptions['limit']['default'] = 0;
|
||||
$repeateloptions['limit']['disabledif'] = array('limitanswers', 'eq', 0);
|
||||
$repeateloptions['limit']['rule'] = 'numeric';
|
||||
$repeateloptions['limit']['type'] = PARAM_INT;
|
||||
|
||||
$repeateloptions['option']['helpbutton'] = array('choiceoptions', 'choice');
|
||||
$mform->setType('option', PARAM_CLEANHTML);
|
||||
|
||||
Reference in New Issue
Block a user