mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'wip-MDL-57055-master' of git://github.com/abgreeve/moodle
This commit is contained in:
commit
ff340a0afa
@ -30,6 +30,9 @@ require_once ($CFG->dirroot.'/course/moodleform_mod.php');
|
||||
class mod_label_mod_form extends moodleform_mod {
|
||||
|
||||
function definition() {
|
||||
global $PAGE;
|
||||
|
||||
$PAGE->force_settings_menu();
|
||||
|
||||
$mform = $this->_form;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user