mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'master_MDL-30536' of git://github.com/danmarsden/moodle
This commit is contained in:
commit
b6965b11fc
@ -50,7 +50,6 @@ class mod_choice_mod_form extends moodleform_mod {
|
||||
$repeateloptions['limit']['default'] = 0;
|
||||
$repeateloptions['limit']['disabledif'] = array('limitanswers', 'eq', 0);
|
||||
$repeateloptions['limit']['rule'] = 'numeric';
|
||||
$mform->setType('limit', PARAM_INT);
|
||||
|
||||
$repeateloptions['option']['helpbutton'] = array('choiceoptions', 'choice');
|
||||
$mform->setType('option', PARAM_CLEANHTML);
|
||||
|
Loading…
x
Reference in New Issue
Block a user