Merge branch 'MDL-80180-master' of https://github.com/jbs1/moodle

This commit is contained in:
Huong Nguyen
2023-12-06 09:16:06 +07:00
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -3303,6 +3303,7 @@ class admin_setting_configmulticheckbox extends admin_setting {
$context = (object) [
'id' => $this->get_id(),
'name' => $this->get_full_name(),
'readonly' => $this->is_readonly(),
];
$options = array();