Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
e669053
)
Merge branch 'MDL-59171-master' of git://github.com/junpataleta/moodle
author
Dan Poltawski
<dan@moodle.com>
Tue, 13 Jun 2017 13:40:06 +0000
(14:40 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 14 Jun 2017 11:36:39 +0000
(12:36 +0100)
mod/lti/db/services.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/lti/db/services.php
b/mod/lti/db/services.php
index
02d24ad
..
c90397a
100644
(file)
--- a/
mod/lti/db/services.php
+++ b/
mod/lti/db/services.php
@@
-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)
),