MDL-40015 core_course: Fix description of duplicate_course WS

It said that the duplication didn’t include user data, but that’s not
true since there is a parameter to include it.
This commit is contained in:
Juan Leyva 2017-06-08 10:03:07 +01:00
parent 78ab4f741b
commit 67adb4d8c1

View File

@ -244,7 +244,7 @@ $functions = array(
'classname' => 'core_course_external',
'methodname' => 'duplicate_course',
'classpath' => 'course/externallib.php',
'description' => 'Duplicate an existing course (creating a new one), without user data',
'description' => 'Duplicate an existing course (creating a new one).',
'type' => 'write',
'capabilities' => 'moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create'
),