From: Adrian Greeve Date: Thu, 29 Aug 2019 03:08:10 +0000 (+0800) Subject: Merge branch 'MDL-65969-master' of git://github.com/jleyva/moodle X-Git-Tag: v3.8.0-beta~403 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=5872c4d43e5914e1e89f6321e7fa10d68319d89f Merge branch 'MDL-65969-master' of git://github.com/jleyva/moodle --- 5872c4d43e5914e1e89f6321e7fa10d68319d89f diff --cc course/externallib.php index 8877119e568,072c605426d..69c2acdb3b2 --- a/course/externallib.php +++ b/course/externallib.php @@@ -458,6 -459,8 +459,8 @@@ class core_course_external extends exte 'afterlink' => new external_value(PARAM_RAW, 'After link info to be displayed.', VALUE_OPTIONAL), 'customdata' => new external_value(PARAM_RAW, 'Custom data (JSON encoded).', VALUE_OPTIONAL), - 'noviewlink' => new external_value(PARAM_BOOL, 'Whether the module does link to - a new page.', VALUE_OPTIONAL), ++ 'noviewlink' => new external_value(PARAM_BOOL, 'Whether the module has no view page', ++ VALUE_OPTIONAL), 'completion' => new external_value(PARAM_INT, 'Type of completion tracking: 0 means none, 1 manual, 2 automatic.', VALUE_OPTIONAL), 'completiondata' => new external_single_structure(