Skip to content

Commit

Permalink
Fix core_course_get_contents function
Browse files Browse the repository at this point in the history
Use correct name
  • Loading branch information
jleyva committed Feb 15, 2017
1 parent 259a77c commit 58178d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
'functions' => array (
'core_webservice_get_site_info',
'core_course_get_courses',
'core_course_get_course_contents',
'core_course_get_contents',
'core_course_get_categories',
'core_enrol_get_enrolled_users',
'core_user_get_users',
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$plugin->version = 2016021902;
$plugin->version = 2016021903;
$plugin->requires = 2015111600; // 3.0
$plugin->component = 'local_aspiredu';
$plugin->release = '3.1.1';
$plugin->release = '3.1.2';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 58178d0

Please sign in to comment.