Skip to content

Commit

Permalink
MDL-39186 quiz password form: set param types.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Apr 19, 2013
1 parent 3a8c438 commit ba86e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/accessmanager_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ protected function definition() {
continue;
}
$mform->addElement('hidden', $name, $value);
$mform->setType($name, PARAM_INT);
}

foreach ($this->_customdata['rules'] as $rule) {
Expand Down

0 comments on commit ba86e1d

Please sign in to comment.