mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Merge branch 'MDL-57724-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
7e448ee5b4
@ -2822,6 +2822,7 @@ class lesson extends lesson_base {
|
||||
'reviewlesson' => false,
|
||||
'modattemptsnoteacher' => false,
|
||||
'activitylink' => false,
|
||||
'progresscompleted' => false,
|
||||
);
|
||||
|
||||
$ntries = $DB->count_records("lesson_grades", array("lessonid" => $this->properties->id, "userid" => $USER->id));
|
||||
|
Loading…
x
Reference in New Issue
Block a user