mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Merge branch 'MDL-66081-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
28ebbfd77e
1 changed files with 2 additions and 2 deletions
|
@ -1026,8 +1026,8 @@ class core_calendar_external extends external_api {
|
|||
public static function get_calendar_monthly_view_parameters() {
|
||||
return new external_function_parameters(
|
||||
[
|
||||
'year' => new external_value(PARAM_INT, 'Month to be viewed', VALUE_REQUIRED),
|
||||
'month' => new external_value(PARAM_INT, 'Year to be viewed', VALUE_REQUIRED),
|
||||
'year' => new external_value(PARAM_INT, 'Year to be viewed', VALUE_REQUIRED),
|
||||
'month' => new external_value(PARAM_INT, 'Month to be viewed', VALUE_REQUIRED),
|
||||
'courseid' => new external_value(PARAM_INT, 'Course being viewed', VALUE_DEFAULT, SITEID, NULL_ALLOWED),
|
||||
'categoryid' => new external_value(PARAM_INT, 'Category being viewed', VALUE_DEFAULT, null, NULL_ALLOWED),
|
||||
'includenavigation' => new external_value(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue