Merge branch 'MDL-64528-master' of https://github.com/mackensen/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2019-01-30 21:21:26 +01:00
commit 6ada5b713b
5 changed files with 13 additions and 1 deletions

View file

@ -75,6 +75,7 @@ class core_completion_external extends external_api {
$context = context_module::instance($cmid);
self::validate_context($context);
require_capability('moodle/course:togglecompletion', $context);
list($course, $cm) = get_course_and_cm_from_cmid($cmid);