Merge branch 'MDL-60608-master' of git://github.com/lameze/moodle

This commit is contained in:
Jun Pataleta 2017-10-30 11:47:54 +13:00
commit cc80554892
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ class calendar_day_exporter extends exporter {
],
'defaulteventcontext' => [
'type' => PARAM_INT,
'default' => null,
'default' => 0,
],
'filter_selector' => [
'type' => PARAM_RAW,

View File

@ -74,7 +74,7 @@ class calendar_upcoming_exporter extends exporter {
],
'defaulteventcontext' => [
'type' => PARAM_INT,
'default' => null,
'default' => 0,
],
'filter_selector' => [
'type' => PARAM_RAW,

View File

@ -171,7 +171,7 @@ class month_exporter extends exporter {
],
'defaulteventcontext' => [
'type' => PARAM_INT,
'default' => null,
'default' => 0,
],
];
}