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

This commit is contained in:
Eloy Lafuente (stronk7) 2017-02-06 19:53:55 +01:00
commit 8abe17288b
2 changed files with 4 additions and 1 deletions

View File

@ -702,6 +702,7 @@ $functions = array(
'description' => 'Retrieve the template data for the conversation list',
'type' => 'read',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_message_data_for_messagearea_contacts' => array(
'classname' => 'core_message_external',
@ -710,6 +711,7 @@ $functions = array(
'description' => 'Retrieve the template data for the contact list',
'type' => 'read',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_message_data_for_messagearea_messages' => array(
'classname' => 'core_message_external',
@ -718,6 +720,7 @@ $functions = array(
'description' => 'Retrieve the template data for the messages',
'type' => 'read',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_message_data_for_messagearea_get_most_recent_message' => array(
'classname' => 'core_message_external',

View File

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2017020200.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2017020200.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.