Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-47547 quiz editing: minor fixes following MDL-47547
[moodle.git]
/
mod
/
quiz
/
addrandomform.php
diff --git
a/mod/quiz/addrandomform.php
b/mod/quiz/addrandomform.php
index
0cce142
..
f66832e
100644
(file)
--- a/
mod/quiz/addrandomform.php
+++ b/
mod/quiz/addrandomform.php
@@
-39,6
+39,7
@@
class quiz_add_random_form extends moodleform {
protected function definition() {
global $CFG, $DB;
$mform =& $this->_form;
+ $mform->setDisableShortforms();
$contexts = $this->_customdata['contexts'];
$usablecontexts = $contexts->having_cap('moodle/question:useall');