mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-60608-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
cc80554892
@ -74,7 +74,7 @@ class calendar_day_exporter extends exporter {
|
||||
],
|
||||
'defaulteventcontext' => [
|
||||
'type' => PARAM_INT,
|
||||
'default' => null,
|
||||
'default' => 0,
|
||||
],
|
||||
'filter_selector' => [
|
||||
'type' => PARAM_RAW,
|
||||
|
@ -74,7 +74,7 @@ class calendar_upcoming_exporter extends exporter {
|
||||
],
|
||||
'defaulteventcontext' => [
|
||||
'type' => PARAM_INT,
|
||||
'default' => null,
|
||||
'default' => 0,
|
||||
],
|
||||
'filter_selector' => [
|
||||
'type' => PARAM_RAW,
|
||||
|
2
calendar/classes/external/month_exporter.php
vendored
2
calendar/classes/external/month_exporter.php
vendored
@ -171,7 +171,7 @@ class month_exporter extends exporter {
|
||||
],
|
||||
'defaulteventcontext' => [
|
||||
'type' => PARAM_INT,
|
||||
'default' => null,
|
||||
'default' => 0,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user