From feae0f9f42325c3847fc748054995eae28bb714e Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Wed, 10 Sep 2014 13:34:02 +0200 Subject: [PATCH] MDL-47200 WebServices: Add core_files_get_files to the mob app service --- lib/db/services.php | 3 ++- version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/db/services.php b/lib/db/services.php index 261495a34ac..6b7130b1f22 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -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, diff --git a/version.php b/version.php index 99528172c08..c045a5e3e0f 100644 --- a/version.php +++ b/version.php @@ -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. -- 2.43.0