MDL-49337 webservices: Include the new WS in the mobile app service

This commit is contained in:
Juan Leyva
2015-03-24 10:46:36 +01:00
parent 5c438daad5
commit a090259eaa
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2015030900; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2015030901; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2014110400; // Requires this Moodle version
$plugin->component = 'mod_data'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 0;