From 6d2f938cbd5e3740d30c2f77dc8fc11de0fea6f2 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 28 Oct 2016 12:40:18 +0200 Subject: [PATCH] MDL-56637 ws: Add core_user_update_user_preferences to Mobile service --- lib/db/services.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/db/services.php b/lib/db/services.php index f9445a5c2a7..9028675be26 100644 --- 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', -- 2.43.0