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.