Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-34083 Fixing the param type also after deleting the invalid option
  • Loading branch information
jleyva committed Jul 13, 2012
1 parent 30e772a commit 3dfc29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/externallib.php
Expand Up @@ -668,7 +668,7 @@ public static function duplicate_course_parameters() {
'options' => new external_multiple_structure(
new external_single_structure(
array(
'name' => new external_value(PARAM_ALPHA, 'The backup option name:
'name' => new external_value(PARAM_ALPHAEXT, 'The backup option name:
"activities" (int) Include course activites (default to 1 that is equal to yes),
"blocks" (int) Include course blocks (default to 1 that is equal to yes),
"filters" (int) Include course filters (default to 1 that is equal to yes),
Expand Down

0 comments on commit 3dfc29e

Please sign in to comment.