mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
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:
parent
78ab4f741b
commit
67adb4d8c1
@ -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'
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user