mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-16283 fixed notice; merged from MOODLE_19_STABLE
This commit is contained in:
parent
c49a07ce1f
commit
552c374e80
@ -3582,10 +3582,10 @@ class admin_setting_special_calendar_weekend extends admin_setting {
|
||||
$settings = array();
|
||||
for ($i=0; $i<7; $i++) {
|
||||
if ($result & (1 << $i)) {
|
||||
$setting[] = $i;
|
||||
$settings[] = $i;
|
||||
}
|
||||
}
|
||||
return $setting;
|
||||
return $settings;
|
||||
}
|
||||
|
||||
function write_setting($data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user