Merge branch 'MDL-66906-master-fix' of git://github.com/andrewnicols/moodle

This commit is contained in:
Jun Pataleta
2019-11-12 22:01:37 +08:00
@@ -274,6 +274,7 @@ class fetch extends external_api {
])),
])
),
'timecreated' => new external_value(PARAM_INT, 'The time that the grade was created'),
'usergrade' => new external_value(PARAM_RAW, 'Current user grade'),
'maxgrade' => new external_value(PARAM_RAW, 'Max possible grade'),
'timemodified' => new external_value(PARAM_INT, 'The time that the grade was last updated'),