mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-47200 WebServices: Add core_files_get_files to the mob app service
This commit is contained in:
parent
d07b0302a9
commit
feae0f9f42
@ -957,7 +957,8 @@ $services = array(
|
||||
'core_grades_update_grades',
|
||||
'mod_forum_get_forums_by_courses',
|
||||
'mod_forum_get_forum_discussions',
|
||||
'mod_forum_get_forum_discussion_posts'),
|
||||
'mod_forum_get_forum_discussion_posts',
|
||||
'core_files_get_files'),
|
||||
'enabled' => 0,
|
||||
'restrictedusers' => 0,
|
||||
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE,
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2014092500.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2014092500.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user