mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-66074 core_course: Correct documentation
This commit is contained in:
parent
eb9df053eb
commit
dc0145b19e
@ -4114,7 +4114,7 @@ class core_course_external extends external_api {
|
||||
/**
|
||||
* Create user return value description.
|
||||
*
|
||||
* @return single_structure_description
|
||||
* @return external_description
|
||||
*/
|
||||
public static function user_description() {
|
||||
$userfields = array(
|
||||
|
@ -298,7 +298,6 @@ abstract class moodleform_mod extends moodleform {
|
||||
if ($COURSE->groupmodeforce) {
|
||||
if ($mform->elementExists('groupmode')) {
|
||||
// The groupmode can not be changed if forced from course settings.
|
||||
//
|
||||
$mform->hardFreeze('groupmode');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user