Merge branch 'MDL-63740-master' of git://github.com/jleyva/moodle

This commit is contained in:
David Monllao 2018-11-07 12:56:10 +01:00
commit d33a22c037
2 changed files with 14 additions and 10 deletions

View file

@ -33,6 +33,7 @@ $functions = array(
'description' => 'Get users starred courses.',
'type' => 'read',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
);