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
|
patch
| inline |
side by side
(parent:
577bd70
)
MDL-56637 ws: Add core_user_update_user_preferences to Mobile service
author
Dani Palou
<dani@moodle.com>
Fri, 28 Oct 2016 10:40:18 +0000
(12:40 +0200)
committer
Dani Palou
<dani@moodle.com>
Fri, 28 Oct 2016 10:40:18 +0000
(12:40 +0200)
lib/db/services.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/services.php
b/lib/db/services.php
index
f9445a5
..
9028675
100644
(file)
--- a/
lib/db/services.php
+++ b/
lib/db/services.php
@@
-1050,6
+1050,7
@@
$functions = array(
'type' => 'write',
'capabilities' => 'moodle/user:editownmessageprofile, moodle/user:editmessageprofile',
'ajax' => true,
+ 'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_user_view_user_list' => array(
'classname' => 'core_user_external',