Merge branch 'MDL-59171-master' of git://github.com/junpataleta/moodle

This commit is contained in:
Dan Poltawski 2017-06-13 14:40:06 +01:00
commit 7419853951

View File

@ -49,7 +49,7 @@ $functions = array(
'classname' => 'mod_lti_external',
'methodname' => 'view_lti',
'description' => 'Trigger the course module viewed event and update the module completion status.',
'type' => 'write',
'type' => 'read',
'capabilities' => 'mod/lti:view',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
),