Skip to content

Commit

Permalink
Merge branch 'MDL-57844-master' of git://github.com/dpalou/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 6, 2017
2 parents f65a48c + 21d9f02 commit 8abe172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/db/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@
'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',
Expand All @@ -710,6 +711,7 @@
'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',
Expand All @@ -718,6 +720,7 @@
'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',
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8abe172

Please sign in to comment.