Skip to content

Commit

Permalink
Merge branch 'MDL-38736-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Mar 27, 2013
2 parents 5df15f2 + 8bd1829 commit ddeea94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/choice/mod_form.php
Expand Up @@ -50,6 +50,7 @@ function definition() {
$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);
Expand Down

0 comments on commit ddeea94

Please sign in to comment.