diff --git a/lib/db/services.php b/lib/db/services.php index 28402189063..167e4314dbc 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -656,6 +656,7 @@ $functions = array( 'ajax' => true, 'type' => 'read', 'capabilities' => 'moodle/course:viewparticipants', + 'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE), ], 'core_enrol_get_users_courses' => array( 'classname' => 'core_enrol_external', diff --git a/version.php b/version.php index 379be20185e..a7024f9c0d9 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2019102200.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2019102200.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.