mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-30085_grade_ws' of git://github.com/jleyva/moodle
This commit is contained in:
commit
c790670d77
5 changed files with 1074 additions and 3 deletions
|
@ -140,6 +140,7 @@ class core_course_external extends external_api {
|
|||
//common info (for people being able to see the module or availability dates)
|
||||
$module['id'] = $cm->id;
|
||||
$module['name'] = format_string($cm->name, true);
|
||||
$module['instance'] = $cm->instance;
|
||||
$module['modname'] = $cm->modname;
|
||||
$module['modplural'] = $cm->modplural;
|
||||
$module['modicon'] = $cm->get_icon_url()->out(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue