Merge branch 'MDL-56637-master' of git://github.com/dpalou/moodle

This commit is contained in:
Dan Poltawski 2016-11-02 13:56:22 +00:00
commit de8388f529

View File

@ -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',