mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
Merge branch 'MDL-76974' of https://github.com/paulholden/moodle
This commit is contained in:
commit
be35034f1c
26 changed files with 213 additions and 59 deletions
|
@ -141,10 +141,6 @@ class block_settings extends block_base {
|
|||
} else {
|
||||
$this->content->footer = '';
|
||||
}
|
||||
|
||||
if (!empty($this->config->enabledock) && $this->config->enabledock == 'yes') {
|
||||
user_preference_allow_ajax_update('nav_in_tab_panel_settingsnav'.block_settings::$navcount, PARAM_INT);
|
||||
}
|
||||
}
|
||||
|
||||
$this->contentgenerated = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue